Update install.ps1
This commit is contained in:
committed by
GitHub
parent
165327a3ff
commit
f63362e2f8
+9
-9
@@ -3,16 +3,16 @@
|
|||||||
# npm -g i typescript ts-node
|
# npm -g i typescript ts-node
|
||||||
|
|
||||||
|
|
||||||
dotnet tool install --global dotnet-reportgenerator-globaltool
|
#dotnet tool install --global dotnet-reportgenerator-globaltool
|
||||||
dotnet tool install --global dotnet-trace
|
#dotnet tool install --global dotnet-trace
|
||||||
dotnet tool install --global dotnet-sonarscanner
|
#dotnet tool install --global dotnet-sonarscanner
|
||||||
dotnet tool install --global dotnet-aspnet-codegenerator
|
#dotnet tool install --global dotnet-aspnet-codegenerator
|
||||||
dotnet tool install --global dotnet-counters
|
#dotnet tool install --global dotnet-counters
|
||||||
dotnet tool install --global dotnet-ef
|
#dotnet tool install --global dotnet-ef
|
||||||
dotnet tool install --global dotnet-monitor
|
#dotnet tool install --global dotnet-monitor
|
||||||
|
|
||||||
<# chocolatey setup #>
|
#<# chocolatey setup #>
|
||||||
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'));
|
#Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'));
|
||||||
|
|
||||||
<# allowing globally confirmation #>
|
<# allowing globally confirmation #>
|
||||||
choco feature enable -n=allowGlobalConfirmation;
|
choco feature enable -n=allowGlobalConfirmation;
|
||||||
|
|||||||
Reference in New Issue
Block a user