Update ci-build.yaml for Azure Pipelines

This commit is contained in:
Jamie 2020-01-23 22:22:21 +00:00
commit 58b9355664

View file

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