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

@@ -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\**\*.*