I have TeamCity symbol server plugin working and can pull symbols & source from VS2017 as expected as long as I allow guest login in TeamCity and guest has appropriate rights.
However, the required rights are quite permissive (allows downloading source code). This is a private, commercial team, so I don't want to allow public/guest access. I'd like it to be authenticated, but can't seem to get VS2017 to prompt for credentials or pass them on the URL configured in VS2017's Debugging>Symbols settings (https://user:pass@my.teamcity.com
). The output window always shows "Symbol server authentication failed".
Not sure if it's a limitation of VS or I'm not configuring it properly. Does anyone know if/how this is possible?