3 references to IsPosixShell
HelixTasks (3)
SDKCustomCreateXUnitWorkItemsWithTestExclusion.cs (3)
140
string testExecutionDirectory =
IsPosixShell
? "-e DOTNET_SDK_TEST_EXECUTION_DIRECTORY=$TestExecutionDirectory" : "-e DOTNET_SDK_TEST_EXECUTION_DIRECTORY=%TestExecutionDirectory%";
142
string msbuildAdditionalSdkResolverFolder =
IsPosixShell
? "" : "-e DOTNET_SDK_TEST_MSBUILDSDKRESOLVER_FOLDER=%HELIX_CORRELATION_PAYLOAD%\\r";
156
string enableDiagLogging =
IsPosixShell
? "-d $HELIX_WORKITEM_UPLOAD_ROOT//dotnetTestLog.log" : "-d %HELIX_WORKITEM_UPLOAD_ROOT%\\dotnetTestLog.log";