diff --git a/src/Microsoft.Diagnostics.DebugServices.Implementation/SymbolService.cs b/src/Microsoft.Diagnostics.DebugServices.Implementation/SymbolService.cs index ca57687a7d..c22ad055c2 100644 --- a/src/Microsoft.Diagnostics.DebugServices.Implementation/SymbolService.cs +++ b/src/Microsoft.Diagnostics.DebugServices.Implementation/SymbolService.cs @@ -31,7 +31,7 @@ public class SymbolService : ISymbolService /// Symbol server URLs /// public const string MsdlSymbolServer = "https://msdl.microsoft.com/download/symbols/"; - public const string SymwebSymbolServer = "https://symweb.corp.microsoft.com/"; + public const string SymwebSymbolServer = "https://symweb/"; private readonly IHost _host; private string _defaultSymbolCache;