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 24ade3b commit 52121e1Copy full SHA for 52121e1
appveyor.yml
@@ -13,15 +13,15 @@ build_script:
13
- cmd: >-
14
.\psake.cmd ci
15
16
- 7z a FaasNetCLI.zip %APPVEYOR_BUILD_FOLDER%\build\results\cli\**\*.*
+ 7z a FaasNetCLI.zip .\build\results\cli\*
17
test: off
18
artifacts:
19
-- path: build\results\cli\**\*.*
+- path: FaasNetCLI.zip
20
name: FaasNetCli
21
deploy:
22
- provider: GitHub
23
- api_key:
24
- secure: oErVeFRIc7rayP70fEr/yuWdvOThLPMPdyLJg7ee+5wKrfE3OsQm/A63zPLVo+Rt
+ auth_token:
+ secure: zTfwwuXIaZPeCrcbsQhuJxmDiIoya4VeC+GZZVv0+SSwX0oIPgYdkiVLxKjFqbEy
25
artifact: FaasNetCli
26
on:
27
branch: master
0 commit comments