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