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