File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ image: Visual Studio 2017
22
33configuration : Debug
44
5+ environment :
6+ vsuffix : alpha$(APPVEYOR_BUILD_NUMBER)
7+ githubdeploy : false
8+
59build : off
610
711build_script :
@@ -39,22 +43,22 @@ deploy:
3943
4044for :
4145 - branches :
42- except :
43- - /deploy-v.*/
46+ except :
47+ - /deploy-v.*/
4448 environment :
4549 vsuffix : alpha$(APPVEYOR_BUILD_NUMBER)
4650 githubdeploy : false
4751 - branches :
48- only :
49- - /deploy-v.*-beta.*/
52+ only :
53+ - /deploy-v.*-beta.*/
5054 environment :
5155 vsuffix : beta$(APPVEYOR_BUILD_NUMBER)
5256 VersionSuffix : " -beta$(APPVEYOR_BUILD_NUMBER)"
5357 is_prerelease : true
5458 githubdeploy : true
5559 - branches :
56- only :
57- - /deploy-v[\d,.]*/
60+ only :
61+ - /deploy-v[\d,.]*/
5862 configuration : Release
5963 environment :
6064 vsuffix : $(APPVEYOR_BUILD_NUMBER)
You can’t perform that action at this time.
0 commit comments