Skip to content

Commit 345b3f3

Browse files
committed
Don't increment build number for PRs.
1 parent 6debab1 commit 345b3f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
version: '0.6.7.{build}'
22

3+
pull_requests:
4+
do_not_increment_build_number: true
5+
36
image: Visual Studio 2015
47

58
init:

0 commit comments

Comments
 (0)