Skip to content

Fix stale create-authenticated-npmrc template path in ado-feed-release#11163

Merged
timotheeguerin merged 1 commit into
mainfrom
timotheeguerin/fix-ado-feed-npmrc-path
Jul 3, 2026
Merged

Fix stale create-authenticated-npmrc template path in ado-feed-release#11163
timotheeguerin merged 1 commit into
mainfrom
timotheeguerin/fix-ado-feed-npmrc-path

Conversation

@timotheeguerin

Copy link
Copy Markdown
Member

Problem

The newly merged ADO publish job (#11118) fails with:

/eng/tsp-core/pipelines/templates/release/ado-feed-release.yml: Could not find /eng/emitters/pipelines/templates/steps/create-authenticated-npmrc.yml in repository self ... GitHub reported the error, "Not Found"

which in turn surfaces as the misleading The 'stages' parameter is not a valid StageList. YAML-parse error.

Root cause

create-authenticated-npmrc.yml was moved from eng/emitters/pipelines/templates/steps/ to eng/common/pipelines/templates/steps/ in #11045 (commit a4a569ecba). PR #11118 branched before that move, so the merge left a stale path in ado-feed-release.yml.

Change

Point ado-feed-release.yml at the current template location /eng/common/pipelines/templates/steps/create-authenticated-npmrc.yml. The target template's parameters (npmrcPath, registryUrl) match what is passed, and no other stale references remain.

eng/CI-only change — no changelog entry.

The template was moved from eng/emitters to eng/common in #11045, but #11118 branched before that move, leaving a stale path that caused a 'Not Found' template resolution error.
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

No changes needing a change description found.

@azure-sdk-automation

Copy link
Copy Markdown

You can try these changes here

🛝 Playground 🌐 Website 🛝 VSCode Extension

@timotheeguerin timotheeguerin marked this pull request as ready for review July 3, 2026 13:24
@timotheeguerin timotheeguerin merged commit 9e8bb23 into main Jul 3, 2026
26 of 32 checks passed
@timotheeguerin timotheeguerin deleted the timotheeguerin/fix-ado-feed-npmrc-path branch July 3, 2026 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant