Last active
September 28, 2018 16:04
-
-
Save StefH/18f5b89f450ae603b164edd55724d87e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Install SonarScanner | |
- script: | | |
dotnet tool install --global dotnet-sonarscanner | |
# Begin SonarScanner | |
- script: | | |
%USERPROFILE%\.dotnet\tools\dotnet-sonarscanner begin . . . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment