From 6577e0e9fd18ca1873fbeb4fe982e4fe43d81894 Mon Sep 17 00:00:00 2001 From: daan Date: Wed, 10 Jul 2019 22:35:39 -0700 Subject: [PATCH] add test results task to azure pipeline --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: