Created
June 2, 2022 08:33
-
-
Save Mishco/cab49e15538c29d581208afb32e33e9f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- powershell: | | |
$params = "$env:SONARQUBE_SCANNER_PARAMS" -replace '"sonar.branch.name":"[\w,/,-]*"\,?' | |
Write-Host "##vso[task.setvariable variable=SONARQUBE_SCANNER_PARAMS]$params" | |
displayName: "Remove branches info" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment