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