File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ os: Previous Visual Studio 2017
1515branches :
1616 # whitelist
1717 only :
18- - master
19- - /v\d\.\d\.\d /
18+ - /^release\/v\d+\.\d+(\.\d+)?(-\S*)?$/
19+ - /^master$ /
2020
2121clone_depth : 1
2222
@@ -140,14 +140,13 @@ deploy:
140140 name : production
141141 api_key :
142142 secure : hd7kH5D5DJr+IpC+9zAklVm9r5Pm0Ku0RbMaA7DmReouBhExmFBPTVe+rWtl9zRa
143+ skip_symbols : true
143144 on :
144- # Only publish from the master branch
145- branch : master
146- appveyor_repo_tag_name : /v\d+\.\d+\.\d+/
147145 # Only publish if the trigger was a Git tag
148146 # git tag v0.1.0-beta
149147 # git push origin --tags
150- appveyor_repo_tag : true
148+ branch : /master|v\d+\.\d+\.\d+[.*]/
149+ APPVEYOR_REPO_TAG : true
151150
152151# scripts to run before deployment
153152before_deploy :
You can’t perform that action at this time.
0 commit comments