Explorar o código

Use APPVEYOR_BUILD_VERSION instead of the nonexistent VERSION variable

Douglas Thrift %!s(int64=10) %!d(string=hai) anos
pai
achega
3c5a461fff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -19,6 +19,6 @@ configuration:
 before_build:
 - nuget restore
 after_build:
-- makensis /DSSH_HANDLER_VERSION=%VERSION% /DSSH_HANDLER_CONFIGURATION=%CONFIGURATION% ssh-handler.nsi
+- makensis /DSSH_HANDLER_VERSION=%APPVEYOR_BUILD_VERSION% /DSSH_HANDLER_CONFIGURATION=%CONFIGURATION% ssh-handler.nsi
 cache:
 - dotNetFx40_Client_setup.exe