update tests (#21)

This commit is contained in:
Stef Heyenrath
2017-03-20 17:56:34 +01:00
parent bd8e18b2c4
commit e1c1db6480
3 changed files with 10 additions and 7 deletions

View File

@@ -3,7 +3,6 @@ os: Visual Studio 2015
version: 1.0.0.{build}
configuration:
- Debug
- Release
platform: Any CPU
@@ -39,7 +38,8 @@ build_script:
test_script:
# test WireMock.Net.Tests
- dotnet test -c %CONFIGURATION% --no-build .\test\WireMock.Net.Tests
- cd .\test\WireMock.Net.Tests
- dotnet test -c %CONFIGURATION% --no-build
after_test:
- nuget.exe install OpenCover -ExcludeVersion