Reputation: 23
Summary:
=> Is this doable in general or impossible?
I have the following setup:
Org A
Org B
Is it possible to connect the feed of Org B to Org A with Azure custom Upstreams (Add Upstream -> Azure Artifacts feed in another organization -> azure-feed://OrgB/ProjectB/FeedB@Local -> NuGet -> Save)
If i want to save the Upstream Resources I always get the following error message:
The source at 'azure-feed://OrgB/ProjectB/FeedB@Local' cannot be configured as an upstream because it does not exist or you do not have permissions to it.
I tried giving access to User A to Org B but it does not work. Is this even possible (in a technical sense)? If not, what is the best way to share a NuGet Package with a different Organisation (different Azure DevOps Server)? I do not want to be dependent on a server in Org B. Best case is the NuGet Package is mirrored in Org A. In the unlikely event that the server or Azure DevOps from Org B is down, the build in Org A still works.
Upvotes: 1
Views: 816
Reputation: 4149
Add upstream source
needs to be in the same Azure Active Directory.
Besides , you use service connection->nuget->External Azure Server to share Nuget Package.
Upvotes: 1