1 write to _repoRoot
Infrastructure.Tests (1)
WorkflowScripts\AutoRerunTransientCiFailuresTests.cs (1)
27_repoRoot = RepoRoot.Path;
4 references to _repoRoot
Infrastructure.Tests (4)
WorkflowScripts\AutoRerunTransientCiFailuresTests.cs (4)
28_harnessPath = Path.Combine(_repoRoot, "tests", "Infrastructure.Tests", "WorkflowScripts", "auto-rerun-transient-ci-failures.harness.js"); 1294string configPath = Path.Combine(_repoRoot, "eng", "test-retry-patterns.json"); 2231command.WithWorkingDirectory(_repoRoot).WithTimeout(TimeSpan.FromMinutes(1)); 2256=> File.ReadAllTextAsync(Path.Combine(_repoRoot, relativePath.Replace('/', Path.DirectorySeparatorChar)));