diff options
author | Bob Arnson <bob@firegiant.com> | 2020-12-26 22:15:06 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-01-19 15:50:11 -0600 |
commit | a563fb99daca852422d61ae8599a3dc32fa1bfe6 (patch) | |
tree | c9178a86bf56ee999145da1c5fb6aec186411bc7 /appveyor.cmd | |
parent | a5b86b987bb5a6fbcdb191bbe8b51a621140b4e6 (diff) | |
download | wix-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.cmd | 2 |
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 | |||
6 | msbuild -t:Test -p:Configuration=Release src\test\BurnUnitTest || exit /b | 6 | msbuild -t:Test -p:Configuration=Release src\test\BurnUnitTest || exit /b |
7 | 7 | ||
8 | msbuild -p:Configuration=Release;Platform=x86 || exit /b | 8 | msbuild -p:Configuration=Release;Platform=x86 || exit /b |
9 | msbuild -p:Configuration=Release;Platform=x64 || exit /b | ||
10 | msbuild -p:Configuration=Release;Platform=arm64 || exit /b | ||
9 | 11 | ||
10 | msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj || exit /b | 12 | msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj || exit /b |
11 | msbuild -p:Configuration=Release -t:Pack src\WixToolset.BootstrapperCore.Native\WixToolset.BootstrapperCore.Native.proj || exit /b | 13 | msbuild -p:Configuration=Release -t:Pack src\WixToolset.BootstrapperCore.Native\WixToolset.BootstrapperCore.Native.proj || exit /b |