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