From f63362e2f80950b55e3a4ca0b7e6f679f1da06f7 Mon Sep 17 00:00:00 2001 From: Wellington Augusto Ribeiro <59797383+wellingtonaribeiro@users.noreply.github.com> Date: Mon, 16 May 2022 13:37:16 -0300 Subject: [PATCH] Update install.ps1 --- install.ps1 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/install.ps1 b/install.ps1 index 9f7c6f7..f5490e7 100644 --- a/install.ps1 +++ b/install.ps1 @@ -3,16 +3,16 @@ # npm -g i typescript ts-node -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 +#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')); +#<# chocolatey setup #> +#Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')); ​ <# allowing globally confirmation #> choco feature enable -n=allowGlobalConfirmation;