1 write to TestResultsDirectory
RunTests (1)
Options.cs (1)
136
TestResultsDirectory
= testResultsDirectory;
2 references to TestResultsDirectory
RunTests (2)
ProcessTestExecutor.cs (2)
56
fileContentsBuilder.AppendLine($"/ResultsDirectory:{options.
TestResultsDirectory
}");
106
return Path.Combine(options.
TestResultsDirectory
, fileName);