From 4b2f0e6e156331d4a387ff884775553882129d1f Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Mon, 20 Jul 2026 22:16:16 -0400 Subject: [PATCH] fix(localdb): map ZB.MOM.WW.LocalDb* to the gitea feed in packageSourceMapping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task 1 added the package versions but not the packageSourceMapping patterns, so ZB.MOM.WW.LocalDb / .Replication / .Contracts fell to the '*' → nuget.org rule and any CLEAN restore (Docker image build, CI, fresh clone) failed NU1101 — 'PackageSourceMapping is enabled, dohertj2-gitea not considered'. Local dev builds masked it via the warm global NuGet cache. Verified with a temp-packages-dir restore. --- NuGet.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NuGet.config b/NuGet.config index 48599f6d..9ae3c0d0 100644 --- a/NuGet.config +++ b/NuGet.config @@ -27,6 +27,8 @@ + +