From 422ba1b0ea034df73281d4d8b6c2c6d3282131a9 Mon Sep 17 00:00:00 2001 From: Joshua Scott Date: Sat, 20 Oct 2018 01:17:21 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 71c45ac..3c527f5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,12 +13,12 @@ steps: cd build cmake .. make - make test CTEST_OUTPUT_ON_FAILURE=TRUE displayName: 'Compile' - script: | + cd build make test CTEST_OUTPUT_ON_FAILURE=TRUE displayName: 'Test' - task: PublishTestResults@2 inputs: testResultsFormat: 'JUnit' - testResultsFiles: '**/test-*.xml' + testResultsFiles: 'build/**/test-*.xml'