diff options
author | Bob Arnson <bob@firegiant.com> | 2020-07-19 22:42:20 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-07-19 22:44:15 -0400 |
commit | 50be148eff5ab3081498c9bb91772abc19741e40 (patch) | |
tree | 13e2a11f5bf959deb84b24d0a56c73706b93ebfb | |
parent | ecad1128c6223920a035cd12502e316452e61c93 (diff) | |
download | wix-50be148eff5ab3081498c9bb91772abc19741e40.tar.gz wix-50be148eff5ab3081498c9bb91772abc19741e40.tar.bz2 wix-50be148eff5ab3081498c9bb91772abc19741e40.zip |
Use VS2019 for CI Build.
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 8d80c6af..522e5af3 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -8,7 +8,7 @@ branches: | |||
8 | - master | 8 | - master |
9 | - develop | 9 | - develop |
10 | 10 | ||
11 | image: Visual Studio 2017 | 11 | image: Visual Studio 2019 |
12 | 12 | ||
13 | version: 0.0.0.{build} | 13 | version: 0.0.0.{build} |
14 | configuration: Release | 14 | configuration: Release |