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"); 590command.WithWorkingDirectory(_repoRoot).WithTimeout(TimeSpan.FromMinutes(1)); 632=> File.ReadAllTextAsync(Path.Combine(_repoRoot, relativePath.Replace('/', Path.DirectorySeparatorChar)));