-
-
Notifications
You must be signed in to change notification settings - Fork 731
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
In-process NuGet don’t support multiple feeds through config #2014
Labels
Milestone
Comments
I actually ran into this issue earlier this week. I'd be willing to PR this. Is this up for grabs? |
@Insire, sure! Go nuts! 😄 |
Cool, going for it:) |
Insire
added a commit
to Insire/cake
that referenced
this issue
Jan 20, 2018
Insire
added a commit
to Insire/cake
that referenced
this issue
Jan 20, 2018
Insire
added a commit
to Insire/cake
that referenced
this issue
Mar 3, 2018
Insire
added a commit
to Insire/cake
that referenced
this issue
Mar 3, 2018
Insire
added a commit
to Insire/cake
that referenced
this issue
Mar 3, 2018
bjorkstromm
pushed a commit
to Insire/cake
that referenced
this issue
Mar 6, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Simple fix, put a
string.Split(’;’,..)
here https://github.com/cake-build/cake/blob/develop/src/Cake.NuGet/Install/NuGetSourceRepositoryProvider.cs#L37The text was updated successfully, but these errors were encountered: