Chocolatey Helper (#646)

* Add basic choco install wrapper

* Use Install-Choco on mingw

* move azure-cli install to defence

* Rename ChocoInstall to ChocoHelpers
This commit is contained in:
Luke Duddridge
2020-04-14 08:51:57 +03:00
committed by GitHub
parent 20515c4206
commit 44e904205f
6 changed files with 40 additions and 4 deletions
@@ -5,7 +5,7 @@
Import-Module -Name ImageHelpers -Force
choco install -y mingw
Install-Choco "mingw"
# Make a copy of mingw32-make.exe to make.exe, which is a more discoverable name
# and so the same command line can be used on Windows as on macOS and Linux