Fix dotnet-sonarscanner (#530)

This commit is contained in:
Stef Heyenrath
2020-11-02 18:37:46 +00:00
committed by GitHub
parent 99dbb3f9b6
commit 5b083d753e

View File

@@ -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