aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 4 insertions, 0 deletions
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()