NuGet symbols packages

Hi, octupus!
I want to ask a question if octopus has an support for storing nuget packages with symbols(*.pdb files, which give ability for further debugging) If yes, please send me a link with description.
Thanks,
Kirill

Hi Kirill,

Octopus doesn’t have any special support for PDB files.

There a few options. You can simply package the PDB files alongside your DLL’s in your application package.

Alternatively, you could use a Symbol Server. You can either host your own, or for example TeamCity can act as a Symbol Server.

I hope this helps. If you have any further questions, don’t hesitate to ask.

Regards,
Michael