mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-23 00:38:28 +02: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
|
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://ci.appveyor.com/project/StefH/wiremock-net)
|
||||||
|
[](https://codecov.io/gh/StefH/WireMock.Net)
|
||||||
[](https://www.nuget.org/packages/WireMock.Net)
|
[](https://www.nuget.org/packages/WireMock.Net)
|
||||||
|
|
||||||
## Stubbing
|
## Stubbing
|
||||||
|
|||||||
@@ -31,6 +31,9 @@ build_script:
|
|||||||
|
|
||||||
- dotnet pack -c %CONFIGURATION% --no-build --version-suffix %LABEL% -o .\artifacts .\src\WireMock.Net\project.json
|
- 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:
|
artifacts:
|
||||||
- path: artifacts\**\*.*
|
- path: artifacts\**\*.*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user