Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix for Install-PSResource Null pointer when package is present only in upstream feed in ADO #1760

Merged
merged 2 commits into from
Dec 6, 2024

Conversation

anamnavi
Copy link
Member

@anamnavi anamnavi commented Dec 4, 2024

PR Summary

Install-PSResource is throwing a null pointer exception when attempting to install a package from ADO V3 feed when the package isn't present in the main feed but was found in the upstream feed. The upstream feed requires permissions and ADO will report this error, but before it can be reported we check the value of a variable that will be null.

PR Context

PR Checklist

Co-authored-by: Aditya Patwardhan <[email protected]>
@anamnavi anamnavi merged commit 3e23ecb into master Dec 6, 2024
10 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants