From 7d43f688db9ddb5ca5bc4ed33df3990dcc823743 Mon Sep 17 00:00:00 2001 From: Jimmy Lewis Date: Wed, 18 Dec 2024 20:49:07 -0800 Subject: [PATCH] Use nuget.org for publicly available packages When package dependency versions change, the libman package feed (hosted on the azure-public ADO instance) is not writable by non-Microsoft employees. This can lead to issues building the solution when adding/updating references, especially including when runtime packages update from SDK servicing. This change fetches any publicly available packages from nuget.org, which makes it easier to support new packages or package upgrades. Having multiple package sources is not a risk when using packageSourceMappings. Resolves #728 --- nuget.config | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/nuget.config b/nuget.config index e11fb240..3a7db007 100644 --- a/nuget.config +++ b/nuget.config @@ -2,6 +2,30 @@ + + + + + + + + + + + + + + + + + + + + + + + +