1 write to DotnetFilePath
RunTests (1)
Options.cs (1)
133DotnetFilePath = dotnetFilePath;
7 references to DotnetFilePath
RunTests (7)
ProcessTestExecutor.cs (4)
119var vsTestConsolePath = GetVsTestConsolePath(options.DotnetFilePath); 139options.DotnetFilePath, 179Logger.Log($"Command line {workItemInfo.DisplayName} completed in {span.TotalSeconds} seconds: {options.DotnetFilePath} {commandLineArguments}"); 212throw new Exception($"Unable to run {workItemInfo.DisplayName} with {options.DotnetFilePath}. {ex}");
Program.cs (2)
45ConsoleUtil.WriteLine($"Running '{options.DotnetFilePath} --version'.."); 46var dotnetResult = await ProcessRunner.CreateProcess(options.DotnetFilePath, arguments: "--version", captureOutput: true).Result;
TestRunner.cs (1)
139executable: _options.DotnetFilePath,