add dotnet tool pkg

add dotnet-sonarscanner
This commit is contained in:
Felipe Augusto
2021-03-30 13:50:49 -03:00
committed by GitHub
parent d6e6b81e64
commit e38926abb1
+1
View File
@@ -2,6 +2,7 @@
dotnet tool install --global dotnet-reportgenerator-globaltool
dotnet tool install --global dotnet-trace
dotnet tool install --global dotnet-sonarscanner
<# chocolatey setup #>
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'));