From 33fd38361250f01113da9eb72e5f5e8a08f2d8fa Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 28 Nov 2020 18:02:15 +0100 Subject: [PATCH] projects: './test/WireMock.Net.Tests/WireMock.Net.Tests.csproj' --- azure-pipelines-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index 83f78ed9..646da22e 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -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: |