TeamCity symbol server not serving symbols
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 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