fix(localdb): map ZB.MOM.WW.LocalDb* to the gitea feed in packageSourceMapping
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.
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
<package pattern="ZB.MOM.WW.HistorianGateway.Client" />
|
||||
<package pattern="ZB.MOM.WW.Secrets" />
|
||||
<package pattern="ZB.MOM.WW.Secrets.*" />
|
||||
<package pattern="ZB.MOM.WW.LocalDb" />
|
||||
<package pattern="ZB.MOM.WW.LocalDb.*" />
|
||||
</packageSource>
|
||||
</packageSourceMapping>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user