5 references to Trace
Microsoft.TestPlatform.Build (5)
Tasks\VSTestTask.cs (5)
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");