From abcbd78db2d0bd1763c54fcce9bf1d8756a988ee Mon Sep 17 00:00:00 2001 From: Felipe Augusto <14238257+felipementel@users.noreply.github.com> Date: Sun, 14 Nov 2021 09:30:24 -0300 Subject: [PATCH] Update install.ps1 --- install.ps1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/install.ps1 b/install.ps1 index 3e0081f..a821339 100644 --- a/install.ps1 +++ b/install.ps1 @@ -10,14 +10,16 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.We <# allowing globally confirmation #> choco feature enable -n=allowGlobalConfirmation; -<# programs to install #> +<# poll #> @( "git" +,"dotnetcore-sdk" ,"dotnet-5.0-sdk" +,"dotnet-6.0-sdk" ,"azure-functions-core-tools" ,"dotnetcore-sdk" ,"microsoft-edge" -,"visualstudio2019professional" +,"visualstudio2022enterprise" ,"azure-functions-core-tools-3 --params "'/x64'"" ,"microsoft-windows-terminal" ,"azure-cli"