1 write to _repoRoot
Infrastructure.Tests (1)
WorkflowScripts\ReportCiFailureIntegrationTests.cs (1)
34
_repoRoot
= RepoRoot.Path;
2 references to _repoRoot
Infrastructure.Tests (2)
WorkflowScripts\ReportCiFailureIntegrationTests.cs (2)
35
_harnessPath = Path.Combine(
_repoRoot
, "tests", "Infrastructure.Tests", "WorkflowScripts", "report-ci-failure.integration.harness.js");
288
command.WithWorkingDirectory(
_repoRoot
);