Browse Source

readde skip branch build for PRs

af/merge-core
Scott Williams 9 years ago
parent
commit
f5ccf88b3e
  1. 2
      appveyor.yml

2
appveyor.yml

@ -1,6 +1,8 @@
version: 1.0.0.{build}
image: Visual Studio 2017
# prevent the double build when a branch has an active PR
skip_branch_with_pr: true
install:
- choco install gitversion.portable -pre -y

Loading…
Cancel
Save