diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4f21b8da..80967084 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -53,6 +53,11 @@ jobs: - upload: $(Build.SourcesDirectory)/$(BuildType) artifact: ubuntu-$(BuildType) + - task: PublishTestResults@2 + inputs: + testResultsFormat: cTest + testResultsFiles: '$(BuildType)/Testing/Temporary/LastTest.log' + - job: displayName: macOS pool: