This commit is contained in:
Stef Heyenrath
2017-03-21 08:14:56 +01:00
parent 3bdc9c375b
commit d62c81acd8

View File

@@ -38,7 +38,10 @@ build_script:
test_script:
# test WireMock.Net.Tests
- dotnet test .\test\WireMock.Net.Tests\project.json -c %CONFIGURATION% --no-build
- cd .\test\WireMock.Net.Tests
- dotnet test -c %CONFIGURATION% --no-build
- cd ..
- cd ..
after_test:
- nuget.exe install OpenCover -ExcludeVersion