diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cad9b5c..2e9193c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,6 +42,7 @@ steps: arguments: '--configuration $(BuildConfiguration)' - task: DotNetCoreCLI@2 displayName: 'Running tests in example folder' + continueOnError: true inputs: command: 'test' projects: '**/examples/Xunit.Microsoft.DependencyInjection.ExampleTests'