Skip to content

Commit

Permalink
Fix symweb URL in symbol service (#3164)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikem8361 committed Jul 6, 2022
1 parent 4db0550 commit 403a0c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class SymbolService : ISymbolService
/// Symbol server URLs
/// </summary>
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;
Expand Down

0 comments on commit 403a0c7

Please sign in to comment.