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.

Was it helpful?

Solution

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

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top