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