We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085d02a commit 24ade3bCopy full SHA for 24ade3b
appveyor.yml
@@ -10,10 +10,19 @@ environment:
10
nuget:
11
disable_publish_on_pr: true
12
build_script:
13
-- cmd: .\psake.cmd ci
+- cmd: >-
14
+ .\psake.cmd ci
15
+
16
+ 7z a FaasNetCLI.zip %APPVEYOR_BUILD_FOLDER%\build\results\cli\**\*.*
17
test: off
18
artifacts:
-- path: build\results\*.nupkg
- name: NuGet
19
- path: build\results\cli\**\*.*
- name: FaasNetCli
20
+ name: FaasNetCli
21
+deploy:
22
+- provider: GitHub
23
+ api_key:
24
+ secure: oErVeFRIc7rayP70fEr/yuWdvOThLPMPdyLJg7ee+5wKrfE3OsQm/A63zPLVo+Rt
25
+ artifact: FaasNetCli
26
+ on:
27
+ branch: master
28
+ appveyor_repo_tag: true
0 commit comments