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: