From e07a90b4df2f1b41a83064cfa3164611756c3746 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Fri, 18 Oct 2024 09:46:17 -0700 Subject: [PATCH] Enable publish assets immediately (#8483) Removing the post-build template skipped promotion for templating builds --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5d62fa97917..8c233d1e851 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -84,6 +84,7 @@ extends: enablePublishBuildAssets: true enablePublishUsingPipelines: ${{ variables._PublishUsingPipelines }} enableSourceBuild: true + publishAssetsImmediately: true sourceBuildParameters: enableInternalSources: true enableTelemetry: true