1 write to Architecture
RunTests (1)
Options.cs (1)
138
Architecture
= architecture;
4 references to Architecture
RunTests (4)
HelixTestRunner.cs (2)
66
var platform = !string.IsNullOrEmpty(options.
Architecture
) ? options.
Architecture
: "x64";
ProcessTestExecutor.cs (2)
29
fileContentsBuilder.AppendLine($@"/Platform:{options.
Architecture
}");
105
var fileName = $"WorkItem_{workItemInfo.PartitionIndex}_{options.
Architecture
}_test_results.{suffix}";