aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorBob Arnson <bob@joyofsetup.com>2020-05-10 17:21:54 -0400
committerBob Arnson <bob@joyofsetup.com>2020-05-10 17:21:54 -0400
commitbfc587c1b4d1f96d8b7c595915152d5b6a5c01a6 (patch)
treec51d14665dd8b0feb61862c3c868627cc4ac5840 /appveyor.yml
parent89646a52694eee64a0486ce66e7a652173825f8f (diff)
downloadwix-bfc587c1b4d1f96d8b7c595915152d5b6a5c01a6.tar.gz
wix-bfc587c1b4d1f96d8b7c595915152d5b6a5c01a6.tar.bz2
wix-bfc587c1b4d1f96d8b7c595915152d5b6a5c01a6.zip
Drop XP support and enable ARM64.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
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
6image: Visual Studio 2017 6image: Visual Studio 2019
7 7
8version: 0.0.0.{build} 8version: 0.0.0.{build}
9configuration: Release 9configuration: Release