5 references to IsPosixShell
Microsoft.DotNet.Helix.Sdk (5)
CreateXHarnessAndroidWorkItems.cs (5)
114
if (!
IsPosixShell
)
125
IsPosixShell
,
176
string wrapperScriptName =
IsPosixShell
? PosixAndroidScript : NonPosixAndroidScript;
177
string xharnessHelixWrapperScript =
IsPosixShell
? $"chmod +x ./{wrapperScriptName} && ./{wrapperScriptName}"
181
string dash =
IsPosixShell
? "--" : "-";