File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66version : 1.0.{build}-{branch}
77
88# branches to build
9- branches :
10- # whitelist
11- only :
12- - master
9+ # branches:
10+ # # whitelist
11+ # only:
12+ # - master
1313
14- # blacklist
15- except :
16- - gh-pages
14+ # # blacklist
15+ # except:
16+ # - gh-pages
1717
1818# Skipping commits with particular message or from specific user
1919skip_commits :
2020 message : /[Ww][Ii][Pp].*/ # Regex for matching commit message
2121# author: John # Commit author's username, name, email or regexp maching one of these.
2222
2323# Maximum number of concurrent jobs for the project
24- max_jobs : 1
24+ # max_jobs: 1
2525
2626# Build worker image (VM template)
2727image : Visual Studio 2017
2828
2929# fetch repository as zip archive
30- shallow_clone : false # default is "false"
30+ # shallow_clone: false # default is "false"
3131
3232# environment variables
3333# environment:
@@ -86,7 +86,7 @@ deploy:
8686 secure : OPMZjRDw7XH4QeHkTP98jDI3PhxmsN3/zULUkyT40+dIOMcUExxjGsrK/3qGS5Tz
8787 artifact : nupkg
8888 on :
89- branch : master
89+ # branch: master
9090 APPVEYOR_REPO_TAG : true
9191
9292 - provider : GitHub
@@ -101,7 +101,7 @@ deploy:
101101 draft : true
102102 prerelease : true
103103 on :
104- branch : master
104+ # branch: master
105105 APPVEYOR_REPO_TAG : true
106106
107107# ---------------------------------#
You can’t perform that action at this time.
0 commit comments