Skip to content

Commit 24ade3b

Browse files
Ticket ## : Update appveyor
1 parent 085d02a commit 24ade3b

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

appveyor.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,19 @@ environment:
1010
nuget:
1111
disable_publish_on_pr: true
1212
build_script:
13-
- cmd: .\psake.cmd ci
13+
- cmd: >-
14+
.\psake.cmd ci
15+
16+
7z a FaasNetCLI.zip %APPVEYOR_BUILD_FOLDER%\build\results\cli\**\*.*
1417
test: off
1518
artifacts:
16-
- path: build\results\*.nupkg
17-
name: NuGet
1819
- path: build\results\cli\**\*.*
19-
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

Comments
 (0)