aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
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