Skip to content

Commit b4625b3

Browse files
committed
up appveyor
1 parent 9280b8d commit b4625b3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

appveyor.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,28 @@
66
version: 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
1919
skip_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)
2727
image: 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
#---------------------------------#

0 commit comments

Comments
 (0)