[AppVeyor] Don't bump version number on pull requests.

This commit is contained in:
Rick Gibbed 2017-12-05 18:11:59 -06:00 committed by GitHub
parent b9a4ba0c1f
commit e9fc6921d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ branches:
# Do not build on tags (GitHub only)
skip_tags: true
pull_requests:
do_not_increment_build_number: true
#---------------------------------#
# environment configuration #