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