aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-04-13 19:42:12 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-04-13 19:42:12 +1000
commit836cb478b674e866e1430c03afb9651e85b48f2a (patch)
tree4b731d28d9bbb18607342dd58c8da731742bee13 /appveyor.yml
parentf92c72546326fb9b893bb7760691ee67ec7ab832 (diff)
downloadwix-836cb478b674e866e1430c03afb9651e85b48f2a.tar.gz
wix-836cb478b674e866e1430c03afb9651e85b48f2a.tar.bz2
wix-836cb478b674e866e1430c03afb9651e85b48f2a.zip
Update dependencies.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index bbf880f0..7c686b04 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 2019 11image: Visual Studio 2019
7 12
8version: 0.0.0.{build} 13version: 0.0.0.{build}