6 references to ReadRepoFileAsync
Infrastructure.Tests (6)
WorkflowScripts\AutoRerunTransientCiFailuresTests.cs (6)
848string workflowText = await ReadRepoFileAsync(".github/workflows/auto-rerun-transient-ci-failures.yml"); 917string workflowText = await ReadRepoFileAsync(relativePath); 929string workflowText = await ReadRepoFileAsync(".github/workflows/auto-rerun-transient-ci-failures.yml"); 1245string configJson = await ReadRepoFileAsync("eng/test-retry-patterns.json"); 1269string configJson = await ReadRepoFileAsync("eng/test-retry-patterns.json"); 1308string configJson = await ReadRepoFileAsync("eng/test-retry-patterns.json");