From 1aa6ccb0a2ec497a064a404abee2be8145064ad6 Mon Sep 17 00:00:00 2001 From: Chidozie Ononiwu Date: Mon, 9 Mar 2026 16:16:01 -0700 Subject: [PATCH] Make the public devOps feed the default registry for npmrc creation. --- .../pipelines/templates/steps/create-authenticated-npmrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/common/pipelines/templates/steps/create-authenticated-npmrc.yml b/eng/common/pipelines/templates/steps/create-authenticated-npmrc.yml index 1b67a89387..261fda92ee 100644 --- a/eng/common/pipelines/templates/steps/create-authenticated-npmrc.yml +++ b/eng/common/pipelines/templates/steps/create-authenticated-npmrc.yml @@ -3,6 +3,7 @@ parameters: type: string - name: registryUrl type: string + default: 'https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-js/npm/registry/' - name: CustomCondition type: string default: succeeded()