From d695ab249272d4e9cbc1d3ef817f62e3e1e22406 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Fri, 29 May 2026 07:43:17 -0400 Subject: [PATCH] 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. --- Directory.Packages.props | 2 ++ nuget.config | 27 +++++++++++++++++++ ....WW.ScadaBridge.DataConnectionLayer.csproj | 1 + 3 files changed, 30 insertions(+) create mode 100644 nuget.config diff --git a/Directory.Packages.props b/Directory.Packages.props index df8ad1a6..d2ef347e 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -73,6 +73,8 @@ to mark tests as Skipped (not silently Passed) when MSSQL is unreachable. --> + + diff --git a/nuget.config b/nuget.config new file mode 100644 index 00000000..4293b587 --- /dev/null +++ b/nuget.config @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + diff --git a/src/ZB.MOM.WW.ScadaBridge.DataConnectionLayer/ZB.MOM.WW.ScadaBridge.DataConnectionLayer.csproj b/src/ZB.MOM.WW.ScadaBridge.DataConnectionLayer/ZB.MOM.WW.ScadaBridge.DataConnectionLayer.csproj index 78302527..7a786ed4 100644 --- a/src/ZB.MOM.WW.ScadaBridge.DataConnectionLayer/ZB.MOM.WW.ScadaBridge.DataConnectionLayer.csproj +++ b/src/ZB.MOM.WW.ScadaBridge.DataConnectionLayer/ZB.MOM.WW.ScadaBridge.DataConnectionLayer.csproj @@ -16,6 +16,7 @@ +