From ea8753f4ee185f7611fad0ce6d010ad39ce6c4b2 Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett" Date: Wed, 13 Aug 2025 11:27:01 -0500 Subject: [PATCH] Switch to the @Local view on TerminalDependencies (#19243) Due to an unexpected decision on behalf of the Azure Artifacts folks, the default view for a feed with upstream sources reports all packages, even if they are not actually populated into the feed. This results in (uncontrolled) 401 errors whenever a new package appears upstream, because the feed tells our users and our build system that it is available, but fails when the download actually begins because it is not allowed to "write" the upstream version to the feed. (cherry picked from commit abaa9488d926145fe9ca377ed5f4eb5d6396ecc7) Service-Card-Id: PVTI_lADOAF3p4s4AxadtzgdnCVw Service-Version: 1.23 --- NuGet.Config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NuGet.Config b/NuGet.Config index 57c3defd1d..0b270807a8 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -4,7 +4,7 @@ - +