diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2019-01-13 19:01:16 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2019-01-13 19:01:16 -0600 |
commit | 89646a52694eee64a0486ce66e7a652173825f8f (patch) | |
tree | 4e9e5d5a3167858bd7572f8a985e68757c5713c0 /appveyor.cmd | |
parent | 0480be68d919d232caa081570257674902879382 (diff) | |
download | wix-89646a52694eee64a0486ce66e7a652173825f8f.tar.gz wix-89646a52694eee64a0486ce66e7a652173825f8f.tar.bz2 wix-89646a52694eee64a0486ce66e7a652173825f8f.zip |
Add ARM and ARM64 for v141.
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index 74f0ec2c..213370fe 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -8,6 +8,8 @@ msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v140_xp | |||
8 | 8 | ||
9 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141_xp | 9 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141_xp |
10 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v141_xp | 10 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v141_xp |
11 | msbuild -p:Configuration=Release;Platform=ARM;PlatformToolset=v141 | ||
12 | msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v141 | ||
11 | 13 | ||
12 | msbuild -p:Configuration=Release -t:PackNativeNuget src\wcautil\wcautil.vcxproj | 14 | msbuild -p:Configuration=Release -t:PackNativeNuget src\wcautil\wcautil.vcxproj |
13 | 15 | ||