build(dcl): add Gitea feed + ZB.MOM.WW.MxGateway.Client package reference

Central package management requires package-source mapping with >1 feed
(NU1507 as error), so nuget.config scopes ZB.MOM.WW.MxGateway.* to the Gitea
feed and everything else to nuget.org. Credentials are not committed.
This commit is contained in:
Joseph Doherty
2026-05-29 07:43:17 -04:00
parent 2044023bdd
commit d695ab2492
3 changed files with 30 additions and 0 deletions
+2
View File
@@ -73,6 +73,8 @@
to mark tests as Skipped (not silently Passed) when MSSQL is unreachable.
-->
<PackageVersion Include="Xunit.SkippableFact" Version="1.5.61" />
<PackageVersion Include="ZB.MOM.WW.MxGateway.Client" Version="0.1.0" />
<PackageVersion Include="ZB.MOM.WW.MxGateway.Contracts" Version="0.1.0" />
</ItemGroup>
</Project>