diff options
author | Bob Arnson <bob@joyofsetup.com> | 2020-05-09 22:24:49 -0400 |
---|---|---|
committer | Bob Arnson <bob@joyofsetup.com> | 2020-05-10 17:03:22 -0400 |
commit | 00fe99e60cabf3200a316498ee9c9b90060ec937 (patch) | |
tree | c9cb7ad7a572b3c75b37c8d0ae22bca095608ecd /appveyor.yml | |
parent | a4d49f0a2a8b59ae4fdfa02081c522bc0d02d21a (diff) | |
download | wix-00fe99e60cabf3200a316498ee9c9b90060ec937.tar.gz wix-00fe99e60cabf3200a316498ee9c9b90060ec937.tar.bz2 wix-00fe99e60cabf3200a316498ee9c9b90060ec937.zip |
Drop XP support and enable ARM64.
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 6df525ad..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 2019 Preview | 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 |