Update ci-build.yaml for Azure Pipelines

pull/3400/head
Jamie 5 years ago
parent 9bccec94e3
commit 58b9355664

@ -72,9 +72,9 @@ steps:
- task: DotNetCoreCLI@2
displayName: Run Unit Tests
inputs:
command: 'test'
comand: 'test'
projects: '**/*Tests.csproj'
continueOnError: true
### Publish
- task: DotNetCoreCLI@2

Loading…
Cancel
Save