1 write to _repoRoot
Infrastructure.Tests (1)
WorkflowScripts\ReportSpecializedTestFailuresTests.cs (1)
27
_repoRoot
= RepoRoot.Path;
2 references to _repoRoot
Infrastructure.Tests (2)
WorkflowScripts\ReportSpecializedTestFailuresTests.cs (2)
28
_harnessPath = Path.Combine(
_repoRoot
, "tests", "Infrastructure.Tests", "WorkflowScripts", "report-specialized-test-failures.harness.js");
232
command.WithWorkingDirectory(
_repoRoot
);