From 58b9355664de2879db83cd8f933fdabf647c2830 Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 23 Jan 2020 22:22:21 +0000 Subject: [PATCH] Update ci-build.yaml for Azure Pipelines --- ci-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-build.yaml b/ci-build.yaml index 7b8d88e36..ff87846d3 100644 --- a/ci-build.yaml +++ b/ci-build.yaml @@ -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