Pergunta

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.

Foi útil?

Solução

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

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top