2 implementations of VSTestSessionCorrelationId
Microsoft.TestPlatform.Build (2)
Tasks\VSTestTask.cs (1)
44public string? VSTestSessionCorrelationId { get; set; }
Tasks\VSTestTask2.cs (1)
44public string? VSTestSessionCorrelationId { get; set; }
1 reference to VSTestSessionCorrelationId
Microsoft.TestPlatform.Build (1)
Tasks\TestTaskUtils.cs (1)
227builder.AppendSwitchIfNotNull("--testSessionCorrelationId:", task.VSTestSessionCorrelationId);