Question

I know that we can host our own private / internal NuGet server, but is there a way to also hosting your own Symbol Source server that links to your private NuGet packages? My company's policy doesn't allow publishing source code, even to SymbolSource.Org private repo.

Thank you.

Était-ce utile?

La solution

Just found out that SymbolSource released a community edition called SymbolSource Server Basic. Got it working in about an hour!

Autres conseils

this should be possible with NuGet.Server acting as a symbols+source server, according to this post: NuGetsymbolssource-repository

let me know if that doesn't work,

TeamCity, as of version 7.x I believe, can be a NuGet server out-of-the-box. And a symbol server with the addition of a plugin. Here is the link to the plug-in: http://confluence.jetbrains.com/display/TW/Symbol+Server

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top