From 4d63c2b2c9aea4ac3527662577aa460d2a64e1ea Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Tue, 24 Feb 2026 16:43:44 -0800 Subject: [PATCH] Prefer to get the 'api' artifact from the triggering pipeline in the post-publish pipeline. --- common/config/azure-pipelines/npm-post-publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/common/config/azure-pipelines/npm-post-publish.yaml b/common/config/azure-pipelines/npm-post-publish.yaml index 61be013516..52145a7cf3 100644 --- a/common/config/azure-pipelines/npm-post-publish.yaml +++ b/common/config/azure-pipelines/npm-post-publish.yaml @@ -179,6 +179,7 @@ extends: source: specific project: GitHubProjects pipeline: 'rushstack NPM Publish' + preferTriggeringPipeline: true runVersion: latest artifact: api path: $(Pipeline.Workspace)/api