From 54ea0d1069481ef2001352c5673e1fad094de6b4 Mon Sep 17 00:00:00 2001 From: Chidozie Ononiwu Date: Thu, 5 Mar 2026 10:20:22 -0800 Subject: [PATCH] Update reset_npmrc --- eng/common/pipelines/templates/steps/reset-npmrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/common/pipelines/templates/steps/reset-npmrc.yml b/eng/common/pipelines/templates/steps/reset-npmrc.yml index 45977de6def3..653e1cf182b5 100644 --- a/eng/common/pipelines/templates/steps/reset-npmrc.yml +++ b/eng/common/pipelines/templates/steps/reset-npmrc.yml @@ -22,6 +22,7 @@ steps: Write-Host "Registry after update:" $updatedRegistry = npm config get registry --location=project + Write-Host $updatedRegistry if ($LASTEXITCODE -ne 0) { throw "Failed to read updated project npm registry." }