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