From a563fb99daca852422d61ae8599a3dc32fa1bfe6 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sat, 26 Dec 2020 22:15:06 -0500 Subject: First steps on Burn for x64 and ARM64 --- appveyor.cmd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'appveyor.cmd') 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 msbuild -t:Test -p:Configuration=Release src\test\BurnUnitTest || exit /b msbuild -p:Configuration=Release;Platform=x86 || exit /b +msbuild -p:Configuration=Release;Platform=x64 || exit /b +msbuild -p:Configuration=Release;Platform=arm64 || exit /b msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj || exit /b msbuild -p:Configuration=Release -t:Pack src\WixToolset.BootstrapperCore.Native\WixToolset.BootstrapperCore.Native.proj || exit /b -- cgit v1.2.3-55-g6feb