aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-12-26 22:15:06 -0500
committerSean Hall <r.sean.hall@gmail.com>2021-01-19 15:50:11 -0600
commita563fb99daca852422d61ae8599a3dc32fa1bfe6 (patch)
treec9178a86bf56ee999145da1c5fb6aec186411bc7 /appveyor.cmd
parenta5b86b987bb5a6fbcdb191bbe8b51a621140b4e6 (diff)
downloadwix-a563fb99daca852422d61ae8599a3dc32fa1bfe6.tar.gz
wix-a563fb99daca852422d61ae8599a3dc32fa1bfe6.tar.bz2
wix-a563fb99daca852422d61ae8599a3dc32fa1bfe6.zip
First steps on Burn for x64 and ARM64
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index 82602274..b9cf1258 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -6,6 +6,8 @@ nuget restore || exit /b
6msbuild -t:Test -p:Configuration=Release src\test\BurnUnitTest || exit /b 6msbuild -t:Test -p:Configuration=Release src\test\BurnUnitTest || exit /b
7 7
8msbuild -p:Configuration=Release;Platform=x86 || exit /b 8msbuild -p:Configuration=Release;Platform=x86 || exit /b
9msbuild -p:Configuration=Release;Platform=x64 || exit /b
10msbuild -p:Configuration=Release;Platform=arm64 || exit /b
9 11
10msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj || exit /b 12msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj || exit /b
11msbuild -p:Configuration=Release -t:Pack src\WixToolset.BootstrapperCore.Native\WixToolset.BootstrapperCore.Native.proj || exit /b 13msbuild -p:Configuration=Release -t:Pack src\WixToolset.BootstrapperCore.Native\WixToolset.BootstrapperCore.Native.proj || exit /b