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