Reduce extra appveyor builds by targeting only master and develop branches
Rob Mensching committed
Dec 30, 2018 at 09:02 UTC
f7ac308e1384f6a7c703a7429de79e67afc41e71
1 file changed
+5
appveyor.yml
+5
@@ -3,6 +3,11 @@
3
# Do NOT modify this file. Update the canonical version in Home\repo-template\src\appveyor.yml
4
# then update all of the repos.
5
6
+branches:
7
+ only:
8
+ - master
9
+ - develop
10
+
11
image: Visual Studio 2017
12
13
version: 0.0.0.{build}