Вопрос

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.

Это было полезно?

Решение

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

Другие советы

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top