Browse Source

Try the undocumented AppVeyor RefreshEnv thingy

Douglas Thrift 9 years ago
parent
commit
5d8390c3f0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      appveyor.yml

+ 2 - 0
appveyor.yml

@@ -1,6 +1,7 @@
 version: 1.1.0.{build}
 install:
 - cmd: cinst nsis -y
+- cmd: RefreshEnv
 - ps: |
     $url='http://download.microsoft.com/download/7/B/6/7B629E05-399A-4A92-B5BC-484C74B5124B/dotNetFx40_Client_setup.exe'
     $exe=(Split-Path $url -Leaf)
@@ -19,6 +20,7 @@ before_build:
 - nuget restore
 after_build:
 - echo %PATH%
+- where makensis
 #- makensis /DSSH_HANDLER_VERSION=$(version) /DSSH_HANDLER_CONFIGURATION=$(configuration) ssh-handler.nsi
 cache:
 - dotNetFx40_Client_setup.exe