CI tests: also build CapnpCompatTest.sln

This commit is contained in:
Christian Köllner 2019-08-18 13:36:29 +02:00
parent b26a42f2c7
commit 43b3ad57c1

View File

@ -26,7 +26,7 @@ clone_depth: 1
test_script:
# restore packages for our unit tests
- cmd: dotnet restore ./Capnp.Net.Runtime.Tests.Core21/Capnp.Net.Runtime.Tests.Core21.csproj --verbosity m
# run the unit tests (requires changing into the test directory)
- cmd: msbuild ./CapnpCompatTest.sln
- cmd: cd Capnp.Net.Runtime.Tests.Core21
- cmd: dotnet test
on_finish :