From c13a0f4467ae3a27c6f7114593cf1b14a421a8b1 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 15 Oct 2018 14:13:52 -0400 Subject: Publish test results from AppImage build --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 93a5bef4..7e6bfbc5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -94,5 +94,9 @@ jobs: artifactName: distribution displayName: 'Upload AppImage' condition: eq(variables['System.PullRequest.IsFork'], 'False') + - task: PublishTestResults@2 + inputs: + testRunTitle: AppImage + buildPlatform: AppImage dependsOn: Linux condition: succeeded() -- cgit v1.2.3-54-g00ecf