5 references to Windows
RunTests (5)
HelixTestRunner.cs (5)
62
var testOS = RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? TestOS.
Windows
196
var isUnix = testOS != TestOS.
Windows
;
229
var commandPrefix = testOS != TestOS.
Windows
? "./" : "call ";
246
var isUnix = testOS != TestOS.
Windows
;
334
var isUnix = testOS != TestOS.
Windows
;