mirror of
https://github.com/actions/runner.git
synced 2025-12-27 11:57:34 +08:00
Help trace worker crash in Kusto. (#450)
* Help trace worker crash in Kusto. * more * feedback.
This commit is contained in:
@@ -486,7 +486,10 @@ namespace GitHub.Runner.Worker
|
||||
|
||||
foreach (var property in command.Properties)
|
||||
{
|
||||
issue.Data[property.Key] = property.Value;
|
||||
if (!string.Equals(property.Key, Constants.Runner.InternalTelemetryIssueDataKey, StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
issue.Data[property.Key] = property.Value;
|
||||
}
|
||||
}
|
||||
|
||||
context.AddIssue(issue);
|
||||
|
||||
Reference in New Issue
Block a user