Self Hosting: Custom Nuget server #7953
Answered
by
chris48s
mieliespoor
asked this question in
Q&A
-
We are looking to selfhost and would like to integrate it with an internally hosted nuget server. I don't however see the option to override the nuget base url? |
Beta Was this translation helpful? Give feedback.
Answered by
chris48s
May 11, 2022
Replies: 1 comment 2 replies
-
We don't have the ability to set a base URL for nuget but we could accept a PR for it. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mieliespoor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We don't have the ability to set a base URL for nuget but we could accept a PR for it.
This should not be a big job as we already have the ability to set
apiBaseUrl
. This allows us to share the nuget client code with myget, chocolatey, powershell gallery, etc. I'm going to convert this discussion to an issue.