test_script

This commit is contained in:
Stef Heyenrath
2017-02-27 11:24:32 +01:00
parent 02803562c6
commit ce39c7bad2
2 changed files with 4 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
A C# .NET version based on [mock4net](https://github.com/alexvictoor/mock4net) which mimics the functionality from the JAVA based http://WireMock.org
[![Build status](https://ci.appveyor.com/api/projects/status/b3n6q3ygbww4lyls?svg=true)](https://ci.appveyor.com/project/StefH/wiremock-net)
[![codecov](https://codecov.io/gh/StefH/WireMock.Net/branch/master/graph/badge.svg)](https://codecov.io/gh/StefH/WireMock.Net)
[![NuGet Badge](https://buildstats.info/nuget/WireMock.Net)](https://www.nuget.org/packages/WireMock.Net)
## Stubbing

View File

@@ -31,6 +31,9 @@ build_script:
- dotnet pack -c %CONFIGURATION% --no-build --version-suffix %LABEL% -o .\artifacts .\src\WireMock.Net\project.json
test_script:
- dotnet test -c %CONFIGURATION% --no-build .\test\WireMock.Net.Tests
artifacts:
- path: artifacts\**\*.*