-
-
Notifications
You must be signed in to change notification settings - Fork 729
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
[WIP] GH2028: adding credential support for inprocess nuget client (please don't merge) #2090
base: develop
Are you sure you want to change the base?
[WIP] GH2028: adding credential support for inprocess nuget client (please don't merge) #2090
Conversation
added WIP call to PluginCredentialProviderBuilder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Insire there's a conflict with this PR and develop that needs to be resolved before this PR can be reviewed.
@Insire do you intend to finish this PR? |
RL is rather busy for me at the moment, so if anyone wants to take over, go ahead. |
@Insire I'll take over at some point. Talked to NuGet team today, and we should dig into the plugin system for authentication. |
Sounds good. |
@bjorkstromm can you elaborate on this comment:
Is there something specific that we should be looking at here? If so, can you point us in the right direction? Or perhaps update the original issue with your thoughts on this? Is this something that should be left to say the "NuGet Authenticate" task in Azure DevOps (https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/package/nuget-authenticate?view=azure-devops) rather than something that should be brought into Cake? |
added NuGet.Credentials package,
added WIP call to PluginCredentialProviderBuilder
relates to #2028