Skip to content

Commit

Permalink
Fix dotnet-sonarscanner (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Nov 2, 2020
1 parent 99dbb3f commit 5b083d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:

# Install Tools (SonarScanner)
- script: |
dotnet tool install --global dotnet-sonarscanner
dotnet tool install --global dotnet-sonarscanner --version 4.10.0
displayName: Install Tools (SonarScanner)

# Begin SonarScanner
Expand Down

0 comments on commit 5b083d7

Please sign in to comment.