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

Fix issue #376: Local Relative Path Source Shows Packages, Fails to Install #432

Merged
merged 1 commit into from Jan 3, 2022

Conversation

tonygiang
Copy link
Contributor

The cause of issue #376 is a simple oversight in NugetPackageSource.GetSpecificPackage. Previously, local packages when found in this method will not have their PackageSource field initialized. The fix is just 1 line to assign the current package source to said field.

@jwittner jwittner merged commit fc44b5e into GlitchEnzo:master Jan 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants