diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-05 21:49:32 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-05 21:51:07 +1000 |
commit | 5a5013dd44116cac92d4e1608e15a4df6d2d51fe (patch) | |
tree | 33cd8dd3f16f7e34d1459909356496d0f5c8bcdd /appveyor.yml | |
parent | aecff401f974f603cb78b8a665000b2a93490e80 (diff) | |
download | wix-5a5013dd44116cac92d4e1608e15a4df6d2d51fe.tar.gz wix-5a5013dd44116cac92d4e1608e15a4df6d2d51fe.tar.bz2 wix-5a5013dd44116cac92d4e1608e15a4df6d2d51fe.zip |
Update to Visual Studio 2019 appveyor image.
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 |