Browse Source

Use nsis.portable in AppVeyor build for clean PATH

Douglas Thrift 6 years ago
parent
commit
a09bff1e65
1 changed files with 1 additions and 3 deletions
  1. 1 3
      .appveyor.yml

+ 1 - 3
appveyor.yml → .appveyor.yml

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