File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 6
6
version : 1.0.{build}-{branch}
7
7
8
8
# branches to build
9
- branches :
10
- # whitelist
11
- only :
12
- - master
9
+ # branches:
10
+ # # whitelist
11
+ # only:
12
+ # - master
13
13
14
- # blacklist
15
- except :
16
- - gh-pages
14
+ # # blacklist
15
+ # except:
16
+ # - gh-pages
17
17
18
18
# Skipping commits with particular message or from specific user
19
19
skip_commits :
20
20
message : /[Ww][Ii][Pp].*/ # Regex for matching commit message
21
21
# author: John # Commit author's username, name, email or regexp maching one of these.
22
22
23
23
# Maximum number of concurrent jobs for the project
24
- max_jobs : 1
24
+ # max_jobs: 1
25
25
26
26
# Build worker image (VM template)
27
27
image : Visual Studio 2017
28
28
29
29
# fetch repository as zip archive
30
- shallow_clone : false # default is "false"
30
+ # shallow_clone: false # default is "false"
31
31
32
32
# environment variables
33
33
# environment:
@@ -86,7 +86,7 @@ deploy:
86
86
secure : OPMZjRDw7XH4QeHkTP98jDI3PhxmsN3/zULUkyT40+dIOMcUExxjGsrK/3qGS5Tz
87
87
artifact : nupkg
88
88
on :
89
- branch : master
89
+ # branch: master
90
90
APPVEYOR_REPO_TAG : true
91
91
92
92
- provider : GitHub
@@ -101,7 +101,7 @@ deploy:
101
101
draft : true
102
102
prerelease : true
103
103
on :
104
- branch : master
104
+ # branch: master
105
105
APPVEYOR_REPO_TAG : true
106
106
107
107
# ---------------------------------#
You can’t perform that action at this time.
0 commit comments