pipeline fiel changes

This commit is contained in:
Brett Hewitson 2022-12-29 15:29:45 +10:00
parent a571315a44
commit f93a98a0a8

View file

@ -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