NuGetUpdateSource is missing in NuGetSources #4230
Unanswered
ronaldvanmanen
asked this question in
Extension Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I searched the sources, issues, and discussions for
NuGetUpdateSource
but could not find anything. Anyway, it seems that the classCake.Common.Tools.NuGet.Sources.NuGetSources
is missing methodNuGetUpdateSource(string name, string source, NuGetSourcesSettings settings)
. The implementation of this method should be pretty straight forward. I'd be happy to implement it and send in a pull request.I've got a branch ready for PR @ https://github.com/ronaldvanmanen/cake/tree/feature/4230.
Beta Was this translation helpful? Give feedback.
All reactions