PowerShell / PSResourceGet

PSResourceGet is the package manager for PowerShell
https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet
MIT License
494 stars 93 forks source link

Fix Azure DevOps nuget v2 feed download #1713

Closed o-l-a-v closed 1 month ago

o-l-a-v commented 2 months ago

PR Summary

When downloading from Azure DevOps Artifacts feeds with NuGet v2, the package ID must be lowercase.

I read that here:

PR Context

Partially fixes #1491

PR Checklist

o-l-a-v commented 2 months ago

Can't add test as there is no public test instance for this AFAIK. Ref feature request:

alerickson commented 1 month ago

We previously had ADO tests specifically for their v3 endpoint, I just added a file to include the same testing for the v2 endpoint as well.