Troubleshoot SymbolSource Server Basic

I have SymbolSource Server Basic installed and running following the instructions in this blog post .

I can successfully transfer packages (* .nupkg and * .symbols.nupkg) from TeamCity to my server without errors. However, although the NuGet side works well in Visual Studio, the Symbol server does not work. I found that the folder with the local Data website contains the standard NuGet packages that I clicked, but there are no signs of my source code.

Where to look for error messages or how else can I find out why my * .symbols.nupkg does not display correctly on the server?

+5
source share

All Articles