2

I'm trying to create a NuGet package from a static C++ library. I have a build pipeline in an on-premise Azure DevOps Server and I try to use a Publish Symbols task targeting the .pdb generated at build time. I also have a Symbol Server (a file share). When trying to use the resulting NuGet package, Visual Studio doesn't try to find the .pdb on the Symbol Server and doesn't try to download the correct source file.

I tried this with a dynamic library and everything worked fine.

Yatin
  • 2,348
  • 6
  • 20
  • 38
  • Have you configured visual studio to use the symbol server? – Alan Birtles Jun 03 '20 at 17:29
  • yes, that's why I specified that with the dynamic library everything worked: VS found the pdb data in the symbol's server file share and using that data downloaded the right source file for debugging. – Viorel Moisei Jun 03 '20 at 17:45
  • Could you share some details about your steps of packing,publishing the nuget package? Also the build pipeline definitions? – LoLance Jun 08 '20 at 01:22

0 Answers0