Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
osanam-giordane committed May 12, 2021
1 parent 93310c8 commit 1d0068a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ steps:
cliProjectName: 'Unyleya - DevOps'
cliSources: '$(System.DefaultWorkingDirectory)'

- powershell: |
$params = "$env:SONARQUBE_SCANNER_PARAMS" -replace '"sonar.branch.name":"[\w/,-.]*"\,?'
Write-Host "##vso[task.setvariable variable=SONARQUBE_SCANNER_PARAMS]$params"
- task: VSBuild@1
inputs:
solution: '$(solution)'
Expand Down

0 comments on commit 1d0068a

Please sign in to comment.