4 references to IsPosixShell
Microsoft.DotNet.Helix.Sdk (4)
CommandPayload.cs (1)
34if (_task.IsPosixShell)
SendHelixJob.cs (3)
356IsPosixShell ? "$HELIX_CORRELATION_PAYLOAD/" : "%HELIX_CORRELATION_PAYLOAD%\\"; 436yield return IsPosixShell ? $"export {exitCodeVariableName}=$?" : $"set {exitCodeVariableName}=%ERRORLEVEL%"; 455yield return IsPosixShell ? $"exit ${exitCodeVariableName}" : $"EXIT /b %{exitCodeVariableName}%";