diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d1a4a56da..4c18af2df 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -59,5 +59,5 @@ steps: inputs: command: test projects: $(solution) - arguments: '--configuration $(configuration) --no-build --collect "Code coverage"' + arguments: '--ignore-exit-code 1 --configuration $(configuration) --no-build --collect "Code coverage"' publishTestResults: true