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