File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 11dotnet test %APPVEYOR_BUILD_FOLDER% /test/MsgPack.UnitTest/MsgPack.UnitTest.csproj
2+ if not %errorlevel% == 0 exit /b 1
23dotnet test %APPVEYOR_BUILD_FOLDER% /test/MsgPack.UnitTest.BclExtensions/MsgPack.UnitTest.BclExtensions.csproj
4+ if not %errorlevel% == 0 exit /b 1
35dotnet test %APPVEYOR_BUILD_FOLDER% /test/MsgPack.UnitTest.CodeDom/MsgPack.UnitTest.CodeDom.csproj
6+ if not %errorlevel% == 0 exit /b 1
47nunit3-console %APPVEYOR_BUILD_FOLDER% /test/MsgPack.UnitTest.Net35/bin/Debug/net35/MsgPack.UnitTest.Net35.dll --framework:net-3.5 --result=test-result-net35.xml;format=AppVeyor
8+ if not %errorlevel% == 0 exit /b 1
59nunit3-console %APPVEYOR_BUILD_FOLDER% /test/MsgPack.UnitTest.CodeDom.Net35/bin/Debug/net35/MsgPack.UnitTest.CodeDom.Net35.dll --framework:net-3.5 --result=test-result-net35-codedom.xml;format=AppVeyor
10+ if not %errorlevel% == 0 exit /b 1
611@ rem WinRT related tests require developer license...
712@ rem vstest.console /logger:Appveyor /InIsolation %APPVEYOR_BUILD_FOLDER%/test/MsgPack.UnitTest.WinRT/AppPackages/MsgPack.UnitTest.WinRT_1.1.0.0_AnyCPU_Debug_Test/MsgPack.UnitTest.WinRT_1.1.0.0_AnyCPU_Debug.appx
813@ rem vstest.console /logger:Appveyor /InIsolation %APPVEYOR_BUILD_FOLDER%/test/MsgPack.UnitTest.BclExtensions.WinRT/AppPackages/MsgPack.UnitTest.BclExtensions.WinRT_1.1.0.0_AnyCPU_Debug_Test/MsgPack.UnitTest.BclExtensions.WinRT_1.1.0.0_AnyCPU_Debug.appx
You can’t perform that action at this time.
0 commit comments