diff options
author | Bob Arnson <bob@joyofsetup.com> | 2020-05-10 17:21:54 -0400 |
---|---|---|
committer | Bob Arnson <bob@joyofsetup.com> | 2020-05-10 17:21:54 -0400 |
commit | bfc587c1b4d1f96d8b7c595915152d5b6a5c01a6 (patch) | |
tree | c51d14665dd8b0feb61862c3c868627cc4ac5840 /appveyor.cmd | |
parent | 89646a52694eee64a0486ce66e7a652173825f8f (diff) | |
download | wix-bfc587c1b4d1f96d8b7c595915152d5b6a5c01a6.tar.gz wix-bfc587c1b4d1f96d8b7c595915152d5b6a5c01a6.tar.bz2 wix-bfc587c1b4d1f96d8b7c595915152d5b6a5c01a6.zip |
Drop XP support and enable ARM64.
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index 213370fe..497a5b28 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -3,13 +3,18 @@ | |||
3 | 3 | ||
4 | nuget restore | 4 | nuget restore |
5 | 5 | ||
6 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v140_xp | 6 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v140 |
7 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v140_xp | 7 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v140 |
8 | 8 | ||
9 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141_xp | 9 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141 |
10 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v141_xp | 10 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v141 |
11 | msbuild -p:Configuration=Release;Platform=ARM;PlatformToolset=v141 | 11 | REM msbuild -p:Configuration=Release;Platform=ARM;PlatformToolset=v141 |
12 | msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v141 | 12 | REM msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v141 |
13 | |||
14 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v142 | ||
15 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v142 | ||
16 | msbuild -p:Configuration=Release;Platform=ARM;PlatformToolset=v142 | ||
17 | msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v142 | ||
13 | 18 | ||
14 | msbuild -p:Configuration=Release -t:PackNativeNuget src\wcautil\wcautil.vcxproj | 19 | msbuild -p:Configuration=Release -t:PackNativeNuget src\wcautil\wcautil.vcxproj |
15 | 20 | ||