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