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