From 2363cc1311195861244b8f80e29a7d21f758e8de Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 28 Nov 2020 18:59:00 +0100 Subject: [PATCH] Build - arguments: '--configuration Debug --framework netcoreapp3.1' --- azure-pipelines-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index 1bf03864..55e9ee97 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -69,6 +69,7 @@ steps: inputs: command: 'build' projects: './test/WireMock.Net.Tests/WireMock.Net.Tests.csproj' + arguments: '--configuration Debug --framework netcoreapp3.1' - task: VSTest@2 displayName: 'VsTest'