Update install.ps1

This commit is contained in:
Felipe Augusto
2021-11-14 09:30:24 -03:00
committed by GitHub
parent 3cfcaf768d
commit abcbd78db2
+4 -2
View File
@@ -10,14 +10,16 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.We
<# allowing globally confirmation #> <# allowing globally confirmation #>
choco feature enable -n=allowGlobalConfirmation; choco feature enable -n=allowGlobalConfirmation;
<# programs to install #> <# poll #>
@( @(
"git" "git"
,"dotnetcore-sdk"
,"dotnet-5.0-sdk" ,"dotnet-5.0-sdk"
,"dotnet-6.0-sdk"
,"azure-functions-core-tools" ,"azure-functions-core-tools"
,"dotnetcore-sdk" ,"dotnetcore-sdk"
,"microsoft-edge" ,"microsoft-edge"
,"visualstudio2019professional" ,"visualstudio2022enterprise"
,"azure-functions-core-tools-3 --params "'/x64'"" ,"azure-functions-core-tools-3 --params "'/x64'""
,"microsoft-windows-terminal" ,"microsoft-windows-terminal"
,"azure-cli" ,"azure-cli"