diff options
author | Rob Mensching <rob@firegiant.com> | 2018-12-30 09:03:05 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-12-30 09:03:05 -0800 |
commit | d894373d6caac674dea3dbd438c55dd03479c0dd (patch) | |
tree | 7dc11b0370c744a4dd8d8aadb561c79a3b3a49bd | |
parent | a56c1ce571ea08e5b2a248428185112db3a2e23d (diff) | |
download | wix-d894373d6caac674dea3dbd438c55dd03479c0dd.tar.gz wix-d894373d6caac674dea3dbd438c55dd03479c0dd.tar.bz2 wix-d894373d6caac674dea3dbd438c55dd03479c0dd.zip |
Reduce extra appveyor builds by targeting only master and develop branches
-rw-r--r-- | appveyor.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index d55322da..c1df03cc 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -3,6 +3,11 @@ | |||
3 | # Do NOT modify this file. Update the canonical version in Home\repo-template\src\appveyor.yml | 3 | # Do NOT modify this file. Update the canonical version in Home\repo-template\src\appveyor.yml |
4 | # then update all of the repos. | 4 | # then update all of the repos. |
5 | 5 | ||
6 | branches: | ||
7 | only: | ||
8 | - master | ||
9 | - develop | ||
10 | |||
6 | image: Visual Studio 2017 | 11 | image: Visual Studio 2017 |
7 | 12 | ||
8 | version: 0.0.0.{build} | 13 | version: 0.0.0.{build} |