From 6aaca10f7d2393d653cd5c26fa9e54161cb6cc4b Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Tue, 15 Sep 2026 15:59:50 -0400 Subject: [PATCH] Remove feed URL from bump-decoupled-local-dependencies Removed the feed URL parameter for bumping local dependencies. --- common/config/azure-pipelines/npm-post-publish.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/config/azure-pipelines/npm-post-publish.yaml b/common/config/azure-pipelines/npm-post-publish.yaml index 0dbe3b3b7e..00c1b24c68 100644 --- a/common/config/azure-pipelines/npm-post-publish.yaml +++ b/common/config/azure-pipelines/npm-post-publish.yaml @@ -115,12 +115,10 @@ extends: --verbose DisplayName: 'Rush Build (repo-toolbox)' - # Query the public feed directly to bypass propagation latency in the private feed. - template: /common/config/azure-pipelines/templates/run-repo-toolbox.yaml@self parameters: Arguments: > bump-decoupled-local-dependencies - --feed-url https://registry.npmjs.org/ DisplayName: 'Bump decoupled local dependencies' # If Rush itself was updated by bump-decoupled-local-dependencies, we need to bootstrap