We have an Azure Artifacts feed that references Microsoft.AI.Foundry.Local.Core.
However, because the js package tries to download packages from the public NuGet feed directly, it skips the feed and breaks the build once we onboard our pipeline onto the CFSClean network isolation policy.
Could the js package be modified to allow for the NuGet packages to be installed from a custom Azure Artifacts feed?
Alternatively, let us know whether we can set up a Service Connection to the internal feed listed in install-utils.cjs instead.
CC @meganrogge
We have an Azure Artifacts feed that references Microsoft.AI.Foundry.Local.Core.
However, because the js package tries to download packages from the public NuGet feed directly, it skips the feed and breaks the build once we onboard our pipeline onto the CFSClean network isolation policy.
Could the js package be modified to allow for the NuGet packages to be installed from a custom Azure Artifacts feed?
Alternatively, let us know whether we can set up a Service Connection to the internal feed listed in install-utils.cjs instead.
CC @meganrogge