TC: pdb, Symbol Files Indexer и symbol server.

Answered

Hi.

Two questions about the pdb server and the indexer.

1) The indexer is looking in the wrong place:

[Publishing artifacts] Collecting files to publish: [MyApp\bin\ Release\ MyApp.pdb => MyApp.zip]
[Publishing artifacts] Artifacts path 'MyApp / bin / Release / MyApp.pdb' not found


The pdb itself are located in the MyApp / bin / Release / netcoreapp3.1 / MyApp.pdb folder.
How do I customize  search  path Symbol Files Indexer (it doesn't seem to be customizable)? Or what I'm doing wrong
?

2) Can I somehow look at the contents of the symbol server?


Thank you in advance.

0
1 comment

Hi Anton,

You cannot customize search paths for the Symbol Server, but the server indexes every pdb artifact published by build configurations where the build feature is enabled. Thus, you need to adjust your artifact paths accordingly.

As far as I know, there is no way to browse the contents of the Symbol Server per se. You can instead check the symbol signatures file under hidden artifacts: .teamcity/symbols

You may also find this article helpful: https://blog.jetbrains.com/teamcity/2015/02/setting-up-teamcity-as-symbol-and-source-server/

1

Please sign in to leave a comment.