aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-09-19 21:03:36 -0400
committerBob Arnson <bob@firegiant.com>2020-09-19 21:07:05 -0400
commit665654b4f553c567b11aab3b4d65635b083a5a9e (patch)
tree89015e815215f655e7e427b80dc7307374d673f8 /appveyor.cmd
parent95d029b5b7fac931149f1fafdd2b12ad09fe3146 (diff)
downloadwix-665654b4f553c567b11aab3b4d65635b083a5a9e.tar.gz
wix-665654b4f553c567b11aab3b4d65635b083a5a9e.tar.bz2
wix-665654b4f553c567b11aab3b4d65635b083a5a9e.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 c1d4dbfe..a2596256 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\wcautil\wcautil.vcxproj || exit /b 17msbuild -p:Configuration=Release -t:PackNativeNuget src\wcautil\wcautil.vcxproj || exit /b