diff --git a/common/config/azure-pipelines/templates/install-node.yaml b/common/config/azure-pipelines/templates/install-node.yaml index a2ff74d718..996766ccc5 100644 --- a/common/config/azure-pipelines/templates/install-node.yaml +++ b/common/config/azure-pipelines/templates/install-node.yaml @@ -14,3 +14,6 @@ steps: registry=https://packagefeedproxy.microsoft.io/npm/ EOF displayName: 'Set user npm registry to packagefeedproxy' + + - bash: npm config list + displayName: 'Show npm configuration'