Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Setting up Symbols
-
Hi,
I would like to know the correct way to setup the symbols server using Proget. I have Content in my nuget packages and when I generate packages that contain symbols, the content gets stripped off and regular packages do not contain the symbol (PDB) files. How do i get around this issue and deploy the packages in proget along with symbols, content etc.?
Thanks,
MohanProduct: ProGet
Version: 4.8.0
-
On the manage feed page there is an option under "Symbol Server" that let's you disable the stripping of PDB files from the packages.
-
The issue is not with the Proget server of stripping the symbols, the issue is about how to get a Nuget pack to work packaging both content and symbols when it is generating the symbols package.
Thanks.
-
Please refer to these documents from Microsoft:
https://docs.microsoft.com/en-us/nuget/create-packages/creating-a-package
https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages
If the symbol files are inside of a package, then ProGet will index them.