Skip to content

Commit 7f456b4

Browse files
author
Cuiyajie
committed
Update configure file
1 parent cb6d2dc commit 7f456b4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

appveyor.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,14 @@ build_script:
2121
test: off
2222

2323
deploy:
24-
- provider: GitHub Releases
24+
- release: CameraApp-v$(appveyor_build_version)
25+
auth_token:
26+
secure: 138ff167be8468c14158083365735c32233e7828
27+
provider: Github
2528
name: CameraApp
29+
artifact: /.*\.nupkg/ # upload all NuGet packages to release assets
30+
draft: false
31+
prerelease: false
2632
on:
27-
branch: master
28-
appveyor_repo_tag: true
33+
branch: master # release from master branch only
34+
appveyor_repo_tag: true # deploy on tag push only

0 commit comments

Comments
 (0)