From 3ae14c15d57c1dbf6487ac348cca753228d3cbbb Mon Sep 17 00:00:00 2001 From: Scott Jones Date: Thu, 20 Aug 2026 09:52:53 -0400 Subject: [PATCH] Use the hydrated public feed for sample restores Remove direct NuGet Gallery access, package source mapping, and nested source overrides so public and CI restores use the anonymous WinAppSDK-SampleDeps feed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 26f0def2-a93d-4d41-a610-c6c6fa760d7e --- .../cpp-winui/nuget.config | 8 ------- Samples/WindowsML/nuget.config | 8 +++---- Samples/nuget.config | 23 ++++--------------- 3 files changed, 7 insertions(+), 32 deletions(-) delete mode 100644 Samples/BackgroundTask/InProc BackgroundTask/cpp-winui/nuget.config diff --git a/Samples/BackgroundTask/InProc BackgroundTask/cpp-winui/nuget.config b/Samples/BackgroundTask/InProc BackgroundTask/cpp-winui/nuget.config deleted file mode 100644 index 6ce97590a..000000000 --- a/Samples/BackgroundTask/InProc BackgroundTask/cpp-winui/nuget.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/Samples/WindowsML/nuget.config b/Samples/WindowsML/nuget.config index e8ec28867..fc29f6675 100644 --- a/Samples/WindowsML/nuget.config +++ b/Samples/WindowsML/nuget.config @@ -4,9 +4,7 @@ - - - - - + + + diff --git a/Samples/nuget.config b/Samples/nuget.config index 24e7b8484..8ee44ff4e 100644 --- a/Samples/nuget.config +++ b/Samples/nuget.config @@ -1,5 +1,4 @@ - - + @@ -9,23 +8,9 @@ - + + + - - - - - - - - - - - - - - - -