I have a 3rd party library, fortunately I have the pdb's for the 3rd party library. I have a symbol server in my organization, I have a local symbol cache folder on my desktop.
This 3rd party library in question is used across a lot of projects, I would like to publish this to my organization's symbol server so that developers can get the best debug experience when they are debugging code in and around this library.
I have found alot of reference around how to configure symbol server using TFS build, how to configure Symbol server path in Visual Studio, but this not what I am after. I would like to know how I can publish the pdb's for this 3rd party library to the symbol server.
Any ideas / hints will be much appreciated.