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'