From 543870ffbf626590c15c9d9192a6e84b3cd5371e Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Mon, 20 Apr 2020 19:12:54 +0100 Subject: [PATCH] Make sure that tests always get uploaded, due to too much indentation, condition was not applied --- .azure-pipelines-ci/templates/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines-ci/templates/test.yaml b/.azure-pipelines-ci/templates/test.yaml index 2acdcc6f5..81b8ee6dd 100644 --- a/.azure-pipelines-ci/templates/test.yaml +++ b/.azure-pipelines-ci/templates/test.yaml @@ -21,4 +21,4 @@ steps: inputs: testRunner: NUnit testResultsFiles: 'TestResults.xml' - condition: succeededOrFailed() \ No newline at end of file + condition: succeededOrFailed() \ No newline at end of file