Browse Source

Add artifacts for AppVeyor

Douglas Thrift 9 years ago
parent
commit
3244ff9a39
1 changed files with 3 additions and 0 deletions
  1. 3 0
      appveyor.yml

+ 3 - 0
appveyor.yml

@@ -20,5 +20,8 @@ before_build:
 - nuget restore
 after_build:
 - makensis /DSSH_HANDLER_VERSION=%APPVEYOR_BUILD_VERSION% /DSSH_HANDLER_CONFIGURATION=%CONFIGURATION% ssh-handler.nsi
+artifacts:
+- path: ssh-handler\bin\$(configuration)\ssh-handler.exe
+- path: ssh-handler-*.exe
 cache:
 - dotNetFx40_Client_setup.exe