From e4a71c3b74ee37479b3c7b1b1dceca587f1b1abd Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Mon, 17 Mar 2025 12:12:11 -0700 Subject: [PATCH 1/2] Remove always-auth. --- Extension/.npmrc | 1 - 1 file changed, 1 deletion(-) diff --git a/Extension/.npmrc b/Extension/.npmrc index d8324806fb..eee56f7206 100644 --- a/Extension/.npmrc +++ b/Extension/.npmrc @@ -1,2 +1 @@ registry=https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/ -always-auth=true \ No newline at end of file From 0c85db30933c62654eb8e2dcd9a3c4cebae9c8e6 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Mon, 17 Mar 2025 13:04:06 -0700 Subject: [PATCH 2/2] Add the other one. --- .github/actions/.npmrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/.npmrc b/.github/actions/.npmrc index d8324806fb..eee56f7206 100644 --- a/.github/actions/.npmrc +++ b/.github/actions/.npmrc @@ -1,2 +1 @@ registry=https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/ -always-auth=true \ No newline at end of file