diff options
author | Rob Mensching <rob@firegiant.com> | 2018-12-30 09:03:28 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-12-30 09:03:28 -0800 |
commit | e8cb78045d7d03b5014e1e6d781b71165db9b17d (patch) | |
tree | 6519b44eae694797bc348a8e660c54e6e3f58077 /appveyor.yml | |
parent | 563857ee4097aead50ff5711c5dc759c0fcc4c5d (diff) | |
download | wix-e8cb78045d7d03b5014e1e6d781b71165db9b17d.tar.gz wix-e8cb78045d7d03b5014e1e6d781b71165db9b17d.tar.bz2 wix-e8cb78045d7d03b5014e1e6d781b71165db9b17d.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} |