use chocolatey version 0.10.8 until install is fixed

This commit is contained in:
Jeffrey Martin 2018-04-06 16:12:11 -05:00
parent e6b5dc12e2
commit bc3d22a575
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@
{
"type":"powershell",
"inline": [
"iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))"
"$env:chocolateyVersion = '0.10.8'; iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))"
],
"pause_before": "60s"
},