-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Description
I'd like to add the preview feed for .NET 8 daily builds as an upstream to our internal ADO feed, so I can more easily try out preview packages without having to just add the feed manually to a configuration file or .csproj file in every single branch where I want to try new stuff. In order to configure the feed though, I need the ADO feed URI in this format:
azure-feed://organization/optionalProject/feed@view
The dogfooding docs only mention the full URL to the public feed, and there isn't an clear/easy way to get the right URI in that ADO format. Would it be possible to list URIs in that format as well, so folks using internal ADO feeds can easily add them?
For reference, this is the public nightly feed for the Windows Community Toolkit (and the .NET Community Toolkit):
https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-MainLatest/nuget/v3/index.json
And this is the corresponding ADO feed URI for this feed:
azure-feed://dotnet/CommunityToolkit-MainLatest@Local
Thank you! 🙂
"why can't you use the regular NuGet URL?"
Good question, but I don't have an answer to that. Eg. in our case we've been explicitly told we should use that ADO feed URI format, which is the same one that all of our other additional upstream feeds are also using, for our internal ADO feed.