diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-05 21:47:08 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-05 21:48:37 +1000 |
commit | e56f0c4d6ae39bde559d07f6737b7d370859c860 (patch) | |
tree | d8becb28a07c81f67bbb956beb5ef96a901d1aef | |
parent | ba3a735e21086722c64caa001d618e5505a2e656 (diff) | |
download | wix-e56f0c4d6ae39bde559d07f6737b7d370859c860.tar.gz wix-e56f0c4d6ae39bde559d07f6737b7d370859c860.tar.bz2 wix-e56f0c4d6ae39bde559d07f6737b7d370859c860.zip |
Update to Visual Studio 2019 appveyor image.
-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 |