aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-09-19 20:58:20 -0400
committerBob Arnson <bob@firegiant.com>2020-09-19 20:58:20 -0400
commitf4fdd3cd0c797e16b8edd995c58da29aacfa0d84 (patch)
tree73352415e147c90fe73f0ad9416a878d9042c6ab /appveyor.cmd
parent8a2fa05b14244f179d9bb127c6cb23c72d3bf2ae (diff)
downloadwix-f4fdd3cd0c797e16b8edd995c58da29aacfa0d84.tar.gz
wix-f4fdd3cd0c797e16b8edd995c58da29aacfa0d84.tar.bz2
wix-f4fdd3cd0c797e16b8edd995c58da29aacfa0d84.zip
Remove 32-bit ARM support.
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd2
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
9msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141 || exit /b 9msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141 || exit /b
10msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v141 || exit /b 10msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v141 || exit /b
11msbuild -p:Configuration=Release;Platform=ARM;PlatformToolset=v141 || exit /b
12msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v141 || exit /b 11msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v141 || exit /b
13 12
14msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v142 || exit /b 13msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v142 || exit /b
15msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v142 || exit /b 14msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v142 || exit /b
16msbuild -p:Configuration=Release;Platform=ARM;PlatformToolset=v142 || exit /b
17msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v142 || exit /b 15msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v142 || exit /b
18 16
19msbuild -p:Configuration=Release -t:PackNativeNuget src\dutil\dutil.vcxproj || exit /b 17msbuild -p:Configuration=Release -t:PackNativeNuget src\dutil\dutil.vcxproj || exit /b