From b28894f2ca233575f5af2acf7fd96d032e11a843 Mon Sep 17 00:00:00 2001 From: Robin Krom Date: Wed, 29 Jan 2020 10:15:49 +0100 Subject: [PATCH] Removed the test, as there currently are none. --- azure-pipelines.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 05f4163..1cbcb4a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -34,13 +34,6 @@ stages: packageType: sdk version: 3.1.101 - - task: DotNetCoreCLI@2 - displayName: Test - inputs: - command: test - projects: '$(solution)' - arguments: '--configuration Debug /p:Platform="$(buildPlatform)" /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura' - - task: DotNetCoreCLI@2 displayName: Build inputs: