diff options
author | Rob Mensching <rob@firegiant.com> | 2018-12-30 09:01:58 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-12-30 09:01:58 -0800 |
commit | 543ce1ac2e203ac0dc8fa3227bb2c40c12e6e17e (patch) | |
tree | a46a6ee603313aff621d5ea0ad3cb63d68ad2f2d /appveyor.yml | |
parent | 5a89a8b2184fba4959452214eb1c4a6f843aa8ef (diff) | |
download | wix-543ce1ac2e203ac0dc8fa3227bb2c40c12e6e17e.tar.gz wix-543ce1ac2e203ac0dc8fa3227bb2c40c12e6e17e.tar.bz2 wix-543ce1ac2e203ac0dc8fa3227bb2c40c12e6e17e.zip |
Reduce extra appveyor builds by targeting only master and develop branches
Diffstat (limited to 'appveyor.yml')
-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} |