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 - task: DotNetCoreCLI@2
displayName: Run Unit Tests displayName: Run Unit Tests
inputs: inputs:
command: 'test' comand: 'test'
projects: '**/*Tests.csproj' projects: '**/*Tests.csproj'
continueOnError: true
### Publish ### Publish
- task: DotNetCoreCLI@2 - task: DotNetCoreCLI@2