Update install.ps1

This commit is contained in:
Wellington Augusto Ribeiro
2022-05-16 13:38:04 -03:00
committed by GitHub
parent d04de138a7
commit 393f22ee5d
+10 -10
View File
@@ -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;
@@ -25,7 +25,7 @@ choco feature enable -n=allowGlobalConfirmation;
,"dotnetcore-sdk" ,"dotnetcore-sdk"
,"microsoft-edge" ,"microsoft-edge"
,"visualstudio2022enterprise" ,"visualstudio2022enterprise"
#,"azure-functions-core-tools-4 --params "'/x64'"" ,"azure-functions-core-tools-4 --params "'/x64'""
,"microsoft-windows-terminal" ,"microsoft-windows-terminal"
,"azure-cli" ,"azure-cli"
,"gh" ,"gh"