This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-ExecutionPolicy RemoteSigned -Force; Set-ExecutionPolicy Unrestricted -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
choco install dotnetcore -y | |
choco install dotnetcore-sdk -y | |
choco install webdeploy -y | |
choco install dotnetfx -y | |
choco install netfx-4.8 -y | |
choco install powershell-core -y | |
choco install azure-cli -y | |
choco install git -y | |
choco install sourcetree -y |