From 1f99834ae354bb9d90b452f3b53a6dd7088f720f Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 28 Nov 2020 18:51:50 +0100 Subject: [PATCH] - task: DotNetCoreCLI@2 --- azure-pipelines-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index dee23771..1bf03864 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -64,6 +64,12 @@ steps: arguments: '--configuration Debug --framework netcoreapp3.1 --logger trx /p:CollectCoverage=true /p:CoverletOutputFormat=opencover' condition: and(succeeded(), eq(variables['RUN_SONARCLOUD'], 'yes')) +- task: DotNetCoreCLI@2 + displayName: 'Build solution' + inputs: + command: 'build' + projects: './test/WireMock.Net.Tests/WireMock.Net.Tests.csproj' + - task: VSTest@2 displayName: 'VsTest' inputs: