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");
1294
string configPath = Path.Combine(
_repoRoot
, "eng", "test-retry-patterns.json");
2231
command.WithWorkingDirectory(
_repoRoot
).WithTimeout(TimeSpan.FromMinutes(1));
2256
=> File.ReadAllTextAsync(Path.Combine(
_repoRoot
, relativePath.Replace('/', Path.DirectorySeparatorChar)));