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