diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-13 18:55:48 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-13 18:55:48 +1000 |
commit | 10f90c4a1fbac76278c3cccd565f7767060c8d5c (patch) | |
tree | 70435fd2478bcb39aa35f1e506597e0ed50069b4 /appveyor.yml | |
parent | 2df59141a12979c9869ad2e62d01e9f7432e2f7c (diff) | |
download | wix-10f90c4a1fbac76278c3cccd565f7767060c8d5c.tar.gz wix-10f90c4a1fbac76278c3cccd565f7767060c8d5c.tar.bz2 wix-10f90c4a1fbac76278c3cccd565f7767060c8d5c.zip |
Update dependencies.
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 5 |
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 | ||
6 | branches: | ||
7 | only: | ||
8 | - master | ||
9 | - develop | ||
10 | |||
6 | image: Visual Studio 2019 | 11 | image: Visual Studio 2019 |
7 | 12 | ||
8 | version: 0.0.0.{build} | 13 | version: 0.0.0.{build} |