1 write to _repoRoot
Infrastructure.Tests (1)
WorkflowScripts\CreateFailingTestIssueWorkflowTests.cs (1)
26
_repoRoot
= RepoRoot.Path;
2 references to _repoRoot
Infrastructure.Tests (2)
WorkflowScripts\CreateFailingTestIssueWorkflowTests.cs (2)
27
_harnessPath = Path.Combine(
_repoRoot
, "tests", "Infrastructure.Tests", "WorkflowScripts", "create-failing-test-issue.harness.js");
274
command.WithWorkingDirectory(
_repoRoot
);