diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 82c577b36f7..d50343090ab 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -412,7 +412,7 @@ stages: $path ) $localPath = (Get-Location).Path - $pattern = 'C:\\ProgramData\\vsts-agent\\\d+\\s' + $pattern = 'C:\\sonar-ci\\_work\\\d+\\s' (Get-Content -path $path -Raw) -replace $pattern,$localPath | Set-Content $path }