I've got the Azure DevOps pipeline which builds nuget package and deploys it to Azure DevOps feed. In the portal I can find download link to a specific version of the package.How do I find url to download latest version of the nuget package in the feed?
Alternatively how do I download the latest version of the package?Ideally just via curl, dotnet or anything what is resent on dev windows machine and in general docker sdk image.I tend to go long way
- dotnet new console
- add package
- restorefind the location of the file. But I really don't like this approach. Anything nicer?