Skip to content

Commit 0fd080a

Browse files
committed
Update appveyor.yml to not have pull requests increment the build number.
1 parent 10066f7 commit 0fd080a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 1.0.{build}
2-
skip_non_tags: true
3-
configuration: Release
2+
test: off
3+
pull_requests:
4+
do_not_increment_build_number: true
45
build:
56
verbosity: minimal
6-
test: off
77
artifacts:
88
- path: ProbabilisticDataStructures\bin\Release
99
name: ProbabilisticDataStructures-v$(appveyor_build_version)

0 commit comments

Comments
 (0)