mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-29 05:42:14 +02:00
update tests (#21)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user