diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-12-01 11:31:31 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-12-01 12:30:49 -0600 |
commit | becc2bb059013f488d753ab51218064b3358ac91 (patch) | |
tree | 63b9872b849d790c45abab5f3f55493675eb9799 /appveyor.yml | |
parent | 3edfc3425d213d8d63120ece61f01a3e81a38333 (diff) | |
download | wix-becc2bb059013f488d753ab51218064b3358ac91.tar.gz wix-becc2bb059013f488d753ab51218064b3358ac91.tar.bz2 wix-becc2bb059013f488d753ab51218064b3358ac91.zip |
Only build mbanative for latest toolset.
This allows using Appveyor's latest VS2019 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 5f017682..fa0fec4e 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -5,7 +5,7 @@ branches: | |||
5 | - master | 5 | - master |
6 | - develop | 6 | - develop |
7 | 7 | ||
8 | image: vs2019-16-11-2 | 8 | image: Visual Studio 2019 |
9 | 9 | ||
10 | version: 0.0.0.{build} | 10 | version: 0.0.0.{build} |
11 | configuration: Release | 11 | configuration: Release |