Browse Source

Add artifacts for AppVeyor

Douglas Thrift 10 năm trước cách đây
mục cha
commit
3244ff9a39
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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