mirror of
https://github.com/actions/runner.git
synced 2025-12-11 04:46:58 +00:00
Better Kusto Tracing for self-hosted runner. (#405)
This commit is contained in:
@@ -37,7 +37,7 @@ namespace GitHub.Runner.Listener
|
||||
{
|
||||
try
|
||||
{
|
||||
VssUtil.InitializeVssClientSettings(HostContext.UserAgent, HostContext.WebProxy);
|
||||
VssUtil.InitializeVssClientSettings(HostContext.UserAgents, HostContext.WebProxy);
|
||||
|
||||
_inConfigStage = true;
|
||||
_completedCommand.Reset();
|
||||
|
||||
Reference in New Issue
Block a user