1 write to _repoRoot
Infrastructure.Tests (1)
WorkflowScripts\AutoRerunTransientCiFailuresTests.cs (1)
26
_repoRoot
= FindRepoRoot();
3 references to _repoRoot
Infrastructure.Tests (3)
WorkflowScripts\AutoRerunTransientCiFailuresTests.cs (3)
27
_harnessPath = Path.Combine(
_repoRoot
, "tests", "Infrastructure.Tests", "WorkflowScripts", "auto-rerun-transient-ci-failures.harness.js");
590
command.WithWorkingDirectory(
_repoRoot
).WithTimeout(TimeSpan.FromMinutes(1));
632
=> File.ReadAllTextAsync(Path.Combine(
_repoRoot
, relativePath.Replace('/', Path.DirectorySeparatorChar)));