diff options
author | Bob Arnson <bob@firegiant.com> | 2020-09-19 20:58:20 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-09-19 20:58:20 -0400 |
commit | f4fdd3cd0c797e16b8edd995c58da29aacfa0d84 (patch) | |
tree | 73352415e147c90fe73f0ad9416a878d9042c6ab /appveyor.cmd | |
parent | 8a2fa05b14244f179d9bb127c6cb23c72d3bf2ae (diff) | |
download | wix-f4fdd3cd0c797e16b8edd995c58da29aacfa0d84.tar.gz wix-f4fdd3cd0c797e16b8edd995c58da29aacfa0d84.tar.bz2 wix-f4fdd3cd0c797e16b8edd995c58da29aacfa0d84.zip |
Remove 32-bit ARM support.
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index c54f9161..54199392 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -8,12 +8,10 @@ msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v140 || exit /b | |||
8 | 8 | ||
9 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141 || exit /b | 9 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141 || exit /b |
10 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v141 || exit /b | 10 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v141 || exit /b |
11 | msbuild -p:Configuration=Release;Platform=ARM;PlatformToolset=v141 || exit /b | ||
12 | msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v141 || exit /b | 11 | msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v141 || exit /b |
13 | 12 | ||
14 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v142 || exit /b | 13 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v142 || exit /b |
15 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v142 || exit /b | 14 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v142 || exit /b |
16 | msbuild -p:Configuration=Release;Platform=ARM;PlatformToolset=v142 || exit /b | ||
17 | msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v142 || exit /b | 15 | msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v142 || exit /b |
18 | 16 | ||
19 | msbuild -p:Configuration=Release -t:PackNativeNuget src\dutil\dutil.vcxproj || exit /b | 17 | msbuild -p:Configuration=Release -t:PackNativeNuget src\dutil\dutil.vcxproj || exit /b |