6 references to Tracing
Microsoft.TestPlatform.Build (6)
Tasks\VSTestTask.cs (6)
49
Tracing
.traceEnabled = string.Equals(traceEnabledValue, "1", StringComparison.OrdinalIgnoreCase);
84
Tracing
.Trace("VSTest: Starting vstest.console...");
85
Tracing
.Trace($"VSTest: Arguments: {processInfo.FileName} {processInfo.Arguments}");
92
Tracing
.Trace($"VSTest: Exit code: {activeProcess.ExitCode}");
98
Tracing
.Trace("VSTest: Killing the process...");
105
Tracing
.Trace($"VSTest: Killing process throws ArgumentException with the following message {ex}. It may be that process is not running");