PowerShell / PSResourceGet

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

Fix incorrect request URL when installing resources from ADO #1597

Closed antonyoni closed 4 months ago

antonyoni commented 4 months ago

PR Summary

Bug fix for Install-PSResource when using an ADO feed.

PR Context

Resolves #1465, #1491

Missing else statement in V2ServerAPICalls.InstallVersion is causing an incorrect URL to be used.

PR Checklist

alerickson commented 4 months ago

Thanks for opening this PR @antonyoni!