projects: './test/WireMock.Net.Tests/WireMock.Net.Tests.csproj'

This commit is contained in:
Stef Heyenrath
2020-11-28 18:02:15 +01:00
parent 01d8dc6b86
commit 33fd383612

View File

@@ -52,7 +52,7 @@ steps:
displayName: 'Build tests and run tests for netcoreapp3.1 (with coverage)'
inputs:
command: 'test'
projects: '**/*.csproj'
projects: './test/WireMock.Net.Tests/WireMock.Net.Tests.csproj'
arguments: '--configuration Debug --framework netcoreapp3.1 --logger trx /p:CollectCoverage=true /p:CoverletOutputFormat=opencover'
- script: |