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 0da8f38 commit 739f519Copy full SHA for 739f519
.appveyor.yml
@@ -4,7 +4,7 @@ configuration: Debug
4
5
environment:
6
vsuffix: "alpha$(APPVEYOR_BUILD_NUMBER)"
7
- hyphen:"-"
+ hyphen: "-"
8
githubdeploy: false
9
10
install:
@@ -50,22 +50,22 @@ for:
50
- /deploy-v.*/
51
52
53
54
55
- branches:
56
only:
57
- /deploy-v.*-beta.*/
58
59
vsuffix: "beta$(APPVEYOR_BUILD_NUMBER)"
60
61
is_prerelease: true
62
githubdeploy: true
63
64
65
- /deploy-v[\d,.]*/
66
configuration: Release
67
68
- hyphen:"."
+ hyphen: "."
69
vsuffix: "$(APPVEYOR_BUILD_NUMBER)"
70
is_prerelease: false
71
0 commit comments