diff --git a/eng/tsp-core/pipelines/templates/release/ado-feed-release.yml b/eng/tsp-core/pipelines/templates/release/ado-feed-release.yml index 8f2c095682c..b53aa599347 100644 --- a/eng/tsp-core/pipelines/templates/release/ado-feed-release.yml +++ b/eng/tsp-core/pipelines/templates/release/ado-feed-release.yml @@ -13,7 +13,7 @@ steps: # Publishing the packages directly to the Azure DevOps `azure-sdk-for-js` feed bypasses the # upstream npmjs.org quarantine (which blocks newly released packages for 7 days) so CI can # consume freshly released packages immediately. - - template: /eng/emitters/pipelines/templates/steps/create-authenticated-npmrc.yml + - template: /eng/common/pipelines/templates/steps/create-authenticated-npmrc.yml parameters: npmrcPath: ${{ parameters.path }}/.npmrc registryUrl: ${{ parameters.registryUrl }}