aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-12-27 18:56:07 -0800
committerRob Mensching <rob@robmensching.com>2018-12-27 18:59:43 -0800
commit61c89b0fbe9d2946d8303c08384af7b2bb1844a8 (patch)
treeaa560943e865be9a543b4fb4271cf82544760165
parent05c1b41651afced8b3f3629668ef1b32bcc04e6d (diff)
downloadwix-61c89b0fbe9d2946d8303c08384af7b2bb1844a8.tar.gz
wix-61c89b0fbe9d2946d8303c08384af7b2bb1844a8.tar.bz2
wix-61c89b0fbe9d2946d8303c08384af7b2bb1844a8.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}