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 54199392..9b6bc112 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\DUtilUnitTest || exit /b | ||
7 | |||
6 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v140 || exit /b | 8 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v140 || exit /b |
7 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v140 || exit /b | 9 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v140 || exit /b |
8 | 10 | ||