File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ Write-Host $To
77
88((Get-Content - path build.proj - Raw) -replace $From , $To ) | Set-Content - Path build.proj - NoNewline
99((Get-Content - path ..\.github\workflows\ci.yml - Raw) -replace $From , $To ) | Set-Content - Path ..\.github\workflows\ci.yml - NoNewline
10- ((Get-Content - path ReportGenerator.Console\Properties\AssemblyInfo.cs - Raw) -replace $From , $To ) | Out-File ReportGenerator.Console\Properties\AssemblyInfo.cs - Encoding UTF8 - NoNewline
1110(Get-ChildItem - Recurse - Filter ReportGenerator* .csproj | Select-String $From ) | ForEach-Object { ((Get-Content - path $_.Path - Raw) -replace $From , $To ) | Out-File $_.Path - Encoding UTF8 - NoNewline }
1211((Get-Content - path AzureDevopsTask\vss- extension.json - Raw) -replace $From , $To ) | Set-Content - Path AzureDevopsTask\vss- extension.json - NoNewline
1312
You can’t perform that action at this time.
0 commit comments