Skip to content

Commit

Permalink
Fix Teamscale finding
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 29, 2024
1 parent d1e70c0 commit 9e49818
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions UploadDaemon/SymbolAnalysis/ParsedTraceFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ public class ParsedTraceFile
private static readonly Regex AssemblyLineRegex = new Regex(@"^Assembly=(?<name>[^:]+):(?<id>\d+).*?(?: Path:(?<path>.*))?$");
private static readonly Regex CoverageLineRegex = new Regex(@"^(?:Inlined|Jitted)=(\d+):(?:\d+:)?(\d+)");

/// <summary>
/// The name of the Resource .resx file that holed information about embedded upload targets.
/// </summary>
private const String TeamscaleResourceName = "Teamscale";

/// <summary>
/// The uploads targets (revision/timestamp and optionally teamscale project) that are retrieved from resource files that are embedded into assemblies referenced in the trace file.
/// </summary>
Expand Down

0 comments on commit 9e49818

Please sign in to comment.