Removed the test, as there currently are none.

This commit is contained in:
Robin Krom
2020-01-29 10:15:49 +01:00
parent ec23684016
commit b28894f2ca

View File

@@ -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: