From 5984b1bb548ff96d4c5e1be2d84732517ba9bc49 Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Thu, 22 Aug 2019 10:19:25 -0500 Subject: [PATCH] Stop the BAR publish job assigning channel early --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a4ea4c4b2e..224c1a9dc1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -166,6 +166,7 @@ stages: # Publish to Build Asset Registry in order to generate the ReleaseConfigs artifact. - template: /eng/common/templates/job/publish-build-assets.yml parameters: + publishUsingPipelines: true dependsOn: PrepareSignedArtifacts pool: name: NetCoreInternal-Pool