From 0156cebc9dd287d427d554615c5caf08dc5911ed Mon Sep 17 00:00:00 2001 From: Pavel Mikula <57188685+pavel-mikula-sonarsource@users.noreply.github.com> Date: Thu, 25 Jan 2024 18:36:42 +0100 Subject: [PATCH] Coverage: Quick fix pattern after migration to AWS (#8615) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }