We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24eb4e commit 9e9a04bCopy full SHA for 9e9a04b
appveyor.yml
@@ -90,11 +90,13 @@ nuget:
90
91
deploy:
92
- provider: GitHub
93
- release: 'Release $(appveyor_build_version)'
+ release: 'Release $(APPVEYOR_BUILD_VERSION)'
94
+ tag: $(APPVEYOR_REPO_TAG_NAME)
95
description: $(APPVEYOR_REPO_COMMIT_MESSAGE)
96
prerelease: $(IsPreRelease)
97
artifact: Zip
98
auth_token:
- secure: cyivrWQwrZNAb6UCNXlIQlGfVSnKIC6TatUOIP95CQgMeKGnmBSqBgAFv2TsRZhR
99
+ secure: cyivrWQwrZNAb6UCNXlIQlGfVSnKIC6TatUOIP95CQgMeKGnmBSqBgAFv2TsRZhR
100
on:
- appveyor_repo_tag: true
101
+ branch: /v\d+\.\d+\.\d+/
102
+ appveyor_repo_tag: true
0 commit comments