Update install.ps1
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
dotnet tool install --global dotnet-reportgenerator-globaltool
|
||||
dotnet tool install --global dotnet-trace
|
||||
dotnet tool install --global dotnet-sonarscanner
|
||||
dotnet tool install --global dotnet-aspnet-codegenerator
|
||||
dotnet tool install --global dotnet-counters
|
||||
dotnet tool install --global dotnet-ef
|
||||
dotnet tool install --global dotnet-monitor
|
||||
|
||||
<# chocolatey setup #>
|
||||
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'));
|
||||
|
||||
Reference in New Issue
Block a user