Domanda

I'm trying to implement the TeamCity Symbol Server for my internal NuGet packages, however the symbols are not loading. I'm following the instructions as per this blog which is standard advice for symbol server

È stato utile?

Soluzione

The TeamCity Symbol Server plugin page showed the url to use was

http://ourserver/app/symbols/

The fix was to drop the trailing slash

http://ourserver/app/symbols

Hitting that URL gives a 404 but that is the format that works for Visual Studio 2012 and when trying to verify the symbols via symchk.exe

eg:

symchk /r mylibrary.dll /s SRV*http://outserver.acp.net/app/symbols

Using that URL then renders for a basic auth logon prompt and symbols load correctly

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top