diff options
author | Bob Arnson <bob@joyofsetup.com> | 2020-05-10 17:45:35 -0400 |
---|---|---|
committer | Bob Arnson <bob@joyofsetup.com> | 2020-05-10 17:45:35 -0400 |
commit | 9fb931523167a8ffbd1c66aea6199b55c4b5e624 (patch) | |
tree | 78ff442e902a382f522b61fc0faf3ff79b76bf26 /appveyor.yml | |
parent | ac2e8bea0f54cde664d88af222272d778858f0e7 (diff) | |
parent | 03bd44b7e1ec72a27327cd2561d099d86d82f02c (diff) | |
download | wix-9fb931523167a8ffbd1c66aea6199b55c4b5e624.tar.gz wix-9fb931523167a8ffbd1c66aea6199b55c4b5e624.tar.bz2 wix-9fb931523167a8ffbd1c66aea6199b55c4b5e624.zip |
Merge branch 'master' of https://github.com/wixtoolset/wcautil
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index d55322da..bbf880f0 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -3,7 +3,7 @@ | |||
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 | image: Visual Studio 2017 | 6 | image: Visual Studio 2019 |
7 | 7 | ||
8 | version: 0.0.0.{build} | 8 | version: 0.0.0.{build} |
9 | configuration: Release | 9 | configuration: Release |