build: add ZB.MOM.WW.Auth/Audit feed mapping + version pins

Maps ZB.MOM.WW.Auth, ZB.MOM.WW.Auth.*, ZB.MOM.WW.Audit to the gitea feed
and pins all 4 Auth packages + Audit at 0.1.0. PackageReferences added
during Phase 1/2 adoption.
This commit is contained in:
Joseph Doherty
2026-06-02 00:17:40 -04:00
parent 145d2668e2
commit aaad38958e
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -80,6 +80,11 @@
<PackageVersion Include="ZB.MOM.WW.MxGateway.Client" Version="0.1.0" />
<PackageVersion Include="ZB.MOM.WW.MxGateway.Contracts" Version="0.1.0" />
<PackageVersion Include="ZB.MOM.WW.Configuration" Version="0.1.0" />
<PackageVersion Include="ZB.MOM.WW.Auth.Abstractions" Version="0.1.0" />
<PackageVersion Include="ZB.MOM.WW.Auth.Ldap" Version="0.1.0" />
<PackageVersion Include="ZB.MOM.WW.Auth.ApiKeys" Version="0.1.0" />
<PackageVersion Include="ZB.MOM.WW.Auth.AspNetCore" Version="0.1.0" />
<PackageVersion Include="ZB.MOM.WW.Audit" Version="0.1.0" />
</ItemGroup>
</Project>
+3
View File
@@ -21,6 +21,9 @@
<package pattern="ZB.MOM.WW.Telemetry" />
<package pattern="ZB.MOM.WW.Telemetry.*" />
<package pattern="ZB.MOM.WW.Configuration" />
<package pattern="ZB.MOM.WW.Auth" />
<package pattern="ZB.MOM.WW.Auth.*" />
<package pattern="ZB.MOM.WW.Audit" />
</packageSource>
</packageSourceMapping>
<!--