Skip to content

Commit

Permalink
Display environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
costin-zaharia-sonarsource committed Dec 10, 2019
1 parent ab91a1c commit 7e694cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,14 @@ stages:
sonar.analysis.sha1=$(Build.SourceVersion)
sonar.analysis.repository=SonarSource/sonar-dotnet
- task: PowerShell@2
inputs:
targetType: 'inline'
script: |
echo "Display environment variables"
$env:SONARQUBE_SCANNER_PARAMS | ConvertTo-Json | Set-Content params.json
cat params.json
- task: VSBuild@1
displayName: 'Build SonarAnalyzer solution'
inputs:
Expand Down

0 comments on commit 7e694cb

Please sign in to comment.