12 references to WithWorkingDirectory
Infrastructure.Tests (12)
WorkflowScripts\AutoRerunTransientCiFailuresTests.cs (1)
2231command.WithWorkingDirectory(_repoRoot).WithTimeout(TimeSpan.FromMinutes(1));
WorkflowScripts\CreateFailingTestIssueWorkflowTests.cs (1)
274command.WithWorkingDirectory(_repoRoot);
WorkflowScripts\MonitorScheduledWorkflowsIntegrationTests.cs (1)
396command.WithWorkingDirectory(_repoRoot);
WorkflowScripts\MonitorScheduledWorkflowsTests.cs (1)
249command.WithWorkingDirectory(_repoRoot);
WorkflowScripts\ReportCiFailureIntegrationTests.cs (1)
288command.WithWorkingDirectory(_repoRoot);
WorkflowScripts\ReportCiFailureTests.cs (1)
85command.WithWorkingDirectory(_repoRoot);
WorkflowScripts\ReportPipelineFailureIntegrationTests.cs (1)
294command.WithWorkingDirectory(_repoRoot);
WorkflowScripts\ReportPipelineFailureTests.cs (1)
143command.WithWorkingDirectory(_repoRoot);
WorkflowScripts\ReportSpecializedTestFailuresTests.cs (1)
232command.WithWorkingDirectory(_repoRoot);
WorkflowScripts\SelectTestsCommentScriptTests.cs (1)
235command.WithWorkingDirectory(_repoRoot);
WorkflowScripts\SpecializedTestFailureRunnerTests.cs (1)
232command.WithWorkingDirectory(_repoRoot);
WorkflowScripts\TrackingIssueTests.cs (1)
290command.WithWorkingDirectory(_repoRoot);