Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

nuget package with sourcecode without SymbolSource.org

Is it possible to publish a nuget package with source code and pdb files for debugging without using SymbolSource.org

We have our own internal nuget source and have proprietary core projects that we add to nearly every solution, what I would like to do is as part of the build process create a nuget package and push to our internal nuget source. The only examples I see of creating a package with pdb file and source are by creating a symbol package and pushing to SymbolSource.org

like image 372
Colum Kelly Avatar asked Oct 18 '11 05:10

Colum Kelly


2 Answers

Just wanted to update this with the following blog post from symbolsource:

For some time now we have been speaking about a community edition of SymbolSource. Starting from today it is available on NuGet the same way that NuGet.Server is, and serves a similar purpose: to internally host symbols and sources in a debugger-friendly way.

like image 160
Grimace of Despair Avatar answered Sep 27 '22 17:09

Grimace of Despair


SymbolSource.org provides private source repositories http://www.symbolsource.org/Public/Blog/View/29 which require authentication. If your company policy doesn't support that, there is an existing NuGet bug to add better support for what you're describing.

http://nuget.codeplex.com/workitem/1543

like image 44
Haacked Avatar answered Sep 27 '22 18:09

Haacked