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

Loading…
Cancel
Save