diff --git a/appveyor.yml b/appveyor.yml index fd75ac8..30b302d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,7 @@ skip_tags: true clone_depth: 1 install: - - ps: iex (irm https://omnitruck.chef.io/install.ps1); Install-Project -Project chefdk -channel current + - ps: (& cmd /c); iex (irm https://omnitruck.chef.io/install.ps1); Install-Project -Project chefdk -channel current - ps: 'Get-CimInstance win32_operatingsystem -Property Caption, OSArchitecture, Version | fl Caption, OSArchitecture, Version' - ps: $PSVersionTable - c:\opscode\chefdk\bin\chef.bat exec ruby --version