Skip to content

Commit 5d72ab8

Browse files
committed
fix deploy script
1 parent 20d6b55 commit 5d72ab8

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.appveyor.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ image: Visual Studio 2017
22

33
configuration: Debug
44

5+
environment:
6+
vsuffix: alpha$(APPVEYOR_BUILD_NUMBER)
7+
githubdeploy: false
8+
59
build: off
610

711
build_script:
@@ -39,22 +43,22 @@ deploy:
3943

4044
for:
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)

0 commit comments

Comments
 (0)