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 48033840..82602274 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -3,6 +3,8 @@
3 3
4nuget restore || exit /b 4nuget restore || exit /b
5 5
6msbuild -t:Test -p:Configuration=Release src\test\BurnUnitTest || exit /b
7
6msbuild -p:Configuration=Release;Platform=x86 || exit /b 8msbuild -p:Configuration=Release;Platform=x86 || exit /b
7 9
8msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj || exit /b 10msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj || exit /b