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