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

Allow usage of more then one prerelease nuget source that uses username/password #519

Closed
gep13 opened this issue Jul 4, 2020 · 0 comments
Assignees
Milestone

Comments

@gep13
Copy link
Member

gep13 commented Jul 4, 2020

Currently when creating a prerelease source using username and password, a single source name is used, which means you can't have more than one:

context.NuGetAddSource(isRelease ? "ReleaseSource" : "PreReleaseSource", nugetSource.PushUrl, nugetSourceSettings);

This is causing problems when trying to push to GitHub Package Repository, and Azure Artifacts.

@gep13 gep13 added this to the 2.0.0 milestone Jul 4, 2020
@gep13 gep13 self-assigned this Jul 4, 2020
gep13 added a commit that referenced this issue Jul 4, 2020
This will allow creation of multiple NuGet/Chocolatey sources that use
Username and Password, rather than an API Key.
@gep13 gep13 closed this as completed Jul 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant