From 4df1bfdcf250d201a2a63af3aa1ab51f287b6be3 Mon Sep 17 00:00:00 2001 From: Rainer Sigwald Date: Fri, 28 Aug 2026 11:04:43 -0500 Subject: [PATCH] Unify artifact-upload scans In the last official build, running the many scans cost almost 7 minutes of build time. Doing it once should help dramatically. --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f11469f..3521a43 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -35,6 +35,7 @@ extends: jobs: - job: job templateContext: + outputParentDirectory: '$(Build.ArtifactStagingDirectory)' outputs: - output: pipelineArtifact displayName: 'Upload Symbols Artifact'