소스 검색

Add artifacts for AppVeyor

Douglas Thrift 10 년 전
부모
커밋
3244ff9a39
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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