microsoft / microsoft/foundry-local
Feature request: allow installing NuGet packages from custom Azure Artifacts feeds
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 2.6k
- Forks
- 369
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 39
Description
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](https://github.com/microsoft/foundry-local/blob/main/sdk/js/script/install-utils.cjs#L40) instead.
CC @meganrogge
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with sdk/js/script/install-utils.cjs around line 40 and trace how the js package selects the NuGet feed. Determine whether a custom Azure Artifacts feed or the listed internal feed can be configured for installation without public-feed access. Done means the package can install Microsoft.AI.Foundry.Local.Core through the required internal feed under network isolation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, javascript
- Domain
- build-system, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100