Reduce extra appveyor builds by targeting only master and develop branches
Rob Mensching committed
Dec 30, 2018 at 09:03 UTC
d894373d6caac674dea3dbd438c55dd03479c0dd
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}