Browse Source

Use PowerShell for AppVeyor PATH setting instead

Douglas Thrift 7 years ago
parent
commit
ac92644da4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -2,7 +2,7 @@ version: 1.1.0.{build}
 install:
 - cmd: cinst nsis -y
 - cmd: RefreshEnv
-- cmd: appveyor SetVariable -Name PATH -Value "%PATH%;C:\Program Files (x86)\NSIS"
+- ps: SetVariable -Name PATH -Value "%PATH%;C:\Program Files (x86)\NSIS"
 - ps: |
     $url='http://download.microsoft.com/download/7/B/6/7B629E05-399A-4A92-B5BC-484C74B5124B/dotNetFx40_Client_setup.exe'
     $exe=(Split-Path $url -Leaf)