Reference: https://docs.gitlab.com/ee/user/packages/nuget_repository/#add-nuget-repository-source-with-net-cli
Hi,
When using the Nuget package repository, the documentation details adding a project specific package source like https://gitlab-instance.example.com/api/v4/projects/<your_project_id>/packages/nuget/index.json to your local Nuget.config.
This will very quickly become unwieldy as dozens or maybe hundreds of project specific sources would need to be added.
I was hoping that it would be possible to add a top level link like https://gitlab-instance.example.com/api/v4/packages/nuget/index.json or even a group level like https://gitlab-instance.example.com/api/v4/groups/123/packages/nuget/index.json, but so far I haven’t found anything that works.
Is it possible to specify something higher level than project?
Many thanks