1 write to _repoRoot
Infrastructure.Tests (1)
WorkflowScripts\ReportCiFailureTests.cs (1)
28
_repoRoot
= RepoRoot.Path;
2 references to _repoRoot
Infrastructure.Tests (2)
WorkflowScripts\ReportCiFailureTests.cs (2)
29
_harnessPath = Path.Combine(
_repoRoot
, "tests", "Infrastructure.Tests", "WorkflowScripts", "report-ci-failure.harness.js");
85
command.WithWorkingDirectory(
_repoRoot
);