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