mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-18 07:13:46 +01:00
test_script
This commit is contained in:
@@ -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
|
||||
|
||||
[](https://ci.appveyor.com/project/StefH/wiremock-net)
|
||||
|
||||
[](https://codecov.io/gh/StefH/WireMock.Net)
|
||||
[](https://www.nuget.org/packages/WireMock.Net)
|
||||
|
||||
## Stubbing
|
||||
|
||||
@@ -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\**\*.*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user