Feat: Allow dynamic nuget package source#1660
Feat: Allow dynamic nuget package source#1660IdsTeepe wants to merge 6 commits intoGitTools:mainfrom
Conversation
|
Another option would be not to add a parameter for this, but to use
Let me know if you prefer this. If so, I'll make another PR. |
|
please use rebase onto |
that seems like and idea, meaning we do not add a new parameter which we need to maintain, but do this internally. Give it a try and let's see how this ends up |
d313349 to
ee15aef
Compare
I've created #1664 as an alternative to this PR, which turned out a lot cleaner in my opinion. I'll treat this one as superseded and close it for now. |
Removes the static reference to
https://azuresearch-usnc.nuget.organd replaces it with a parameter (still withhttps://azuresearch-usnc.nuget.orgas default value)Fixes #1659, closes #1658