TeamCity symbol server not serving symbols

↘锁芯ラ 提交于 2019-12-08 05:32:13

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/21471597/teamcity-symbol-server-not-serving-symbols

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!