diff options
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 |