mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
pipeline fiel changes
This commit is contained in:
parent
a571315a44
commit
f93a98a0a8
1 changed files with 4 additions and 0 deletions
|
|
@ -46,5 +46,9 @@ steps:
|
|||
|
||||
# remove the read-only bit on the file
|
||||
Set-ItemProperty $file.FullName -name IsReadOnly -value $false
|
||||
|
||||
# run the regex replace
|
||||
$content = Get-Content $file.FullName
|
||||
$content | Set-Content $file.FullName -Encoding UTF8
|
||||
}
|
||||
pwsh: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue