aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-12-30 09:01:45 -0800
committerRob Mensching <rob@firegiant.com>2018-12-30 09:01:45 -0800
commit54b23f4c7f63c92c0cc18ccb5a4cacea1991922d (patch)
tree2885fb4f855cecfe62505e668eb12d761ff72f50
parentfb7e477906236e4a572e3cc5727df3a8fb9422be (diff)
downloadwix-54b23f4c7f63c92c0cc18ccb5a4cacea1991922d.tar.gz
wix-54b23f4c7f63c92c0cc18ccb5a4cacea1991922d.tar.bz2
wix-54b23f4c7f63c92c0cc18ccb5a4cacea1991922d.zip
Reduce extra appveyor builds by targeting only master and develop branches
-rw-r--r--appveyor.yml5
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
6branches:
7 only:
8 - master
9 - develop
10
6image: Visual Studio 2017 11image: Visual Studio 2017
7 12
8version: 0.0.0.{build} 13version: 0.0.0.{build}