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

SourcePassword in Move-MyGetNuGetPackages is not correctly mapped to sourceCredential (v1.0.1) #10

Open
lachlann562 opened this issue Mar 24, 2021 · 1 comment

Comments

@lachlann562
Copy link

The sourceCredential object in Move-MyGetNuGetPackages is not correctly initialized because the ArgumentList passes the wrong variable to the pscredential.

It should be $SourcePassword, however it is $secureSourcePassword which does not exist resulting in a "cannot be null" error message.

@lachlann562 lachlann562 changed the title SourcePassword in Move-MyGetNuGetPackages is not correctly mapped to sourceCredential (v1.0.1 SourcePassword in Move-MyGetNuGetPackages is not correctly mapped to sourceCredential (v1.0.1) Mar 24, 2021
@lachlann562
Copy link
Author

a pull request was already created to fix this issue: #5 (review)

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

No branches or pull requests

1 participant