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." }