Parcourir la source

Add artifacts for AppVeyor

Douglas Thrift il y a 10 ans
Parent
commit
3244ff9a39
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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