Pipelines\NixCliPackageTests.cs (4)
94Path.Combine(RepoRoot.Path, "eng", "nix", "update-versions.sh"),
156Path.Combine(RepoRoot.Path, "eng", "nix", "update-versions.sh"),
185Path.Combine(RepoRoot.Path, "eng", "nix", "update-versions.sh"),
254: File.ReadAllTextAsync(Path.Combine(RepoRoot.Path, relativePath));
TestTriggerMap\SelectTestsAcceptanceTests.cs (17)
808var mapPath = Path.Combine(RepoRoot.Path, "eng", "github-ci", "test-trigger-map.yml");
810var filter = ChangedFileFilter.Create(RepoRoot.Path, map.Prefilter);
871var mapPath = Path.Combine(RepoRoot.Path, "eng", "github-ci", "test-trigger-map.yml");
892var mapPath = Path.Combine(RepoRoot.Path, "eng", "github-ci", "test-trigger-map.yml");
908var mapPath = Path.Combine(RepoRoot.Path, "eng", "github-ci", "test-trigger-map.yml");
919var mapPath = Path.Combine(RepoRoot.Path, "eng", "github-ci", "test-trigger-map.yml");
941var mapPath = Path.Combine(RepoRoot.Path, "eng", "github-ci", "test-trigger-map.yml");
966var mapPath = Path.Combine(RepoRoot.Path, "eng", "github-ci", "test-trigger-map.yml");
978var mapPath = Path.Combine(RepoRoot.Path, "eng", "github-ci", "test-trigger-map.yml");
996var mapPath = Path.Combine(RepoRoot.Path, "eng", "github-ci", "test-trigger-map.yml");
1020var mapPath = Path.Combine(RepoRoot.Path, "eng", "github-ci", "test-trigger-map.yml");
1035var mapPath = Path.Combine(RepoRoot.Path, "eng", "github-ci", "test-trigger-map.yml");
1059var srcDir = Path.Combine(RepoRoot.Path, "src");
1060var polyglotRoot = Path.Combine(RepoRoot.Path, "tests", "PolyglotAppHosts");
1086var componentsRoot = Path.Combine(RepoRoot.Path, "src", "Components");
1101var testsDir = Path.Combine(RepoRoot.Path, "tests");
1111var slnx = File.ReadAllText(Path.Combine(RepoRoot.Path, "Aspire.slnx"));
TestTriggerMap\TestTriggerMapTests.cs (19)
21private static readonly TestTriggerMap s_map = TestTriggerMap.Load(RepoRoot.Path);
192var slnx = File.ReadAllText(Path.Combine(RepoRoot.Path, "Aspire.slnx"));
214var testsRoot = Path.Combine(RepoRoot.Path, "tests");
220.Where(rel => File.Exists(Path.Combine(RepoRoot.Path, rel)))
278var output = GitCli.Run(RepoRoot.Path, "ls-files");
320var workflowsDir = Path.Combine(RepoRoot.Path, ".github", "workflows");
364var documentation = File.ReadAllText(Path.Combine(RepoRoot.Path, "docs", "ci", "test-trigger-map.md"));
371var map = File.ReadAllText(Path.Combine(RepoRoot.Path, "eng", "github-ci", "test-trigger-map.yml"));
560WorkingDirectory = RepoRoot.Path,
762var testsYml = File.ReadAllText(Path.Combine(RepoRoot.Path, ".github", "workflows", "tests.yml"));
834var testsYml = File.ReadAllText(Path.Combine(RepoRoot.Path, ".github", "workflows", "tests.yml"));
870using (var reader = new StringReader(File.ReadAllText(Path.Combine(RepoRoot.Path, ".github", "workflows", "tests.yml"))))
940Path.Combine(RepoRoot.Path, ".github", "workflows", "extension-e2e-tests.yml"))))
964var testsYml = File.ReadAllText(Path.Combine(RepoRoot.Path, ".github", "workflows", "tests.yml"));
988.Where(name => !File.Exists(Path.Combine(RepoRoot.Path, "tests", name, $"{name}.csproj")))
1002Assert.True(File.Exists(Path.Combine(RepoRoot.Path, s_map.Prefilter.PatternsFile!)),
1078var workflowsDir = Path.Combine(RepoRoot.Path, ".github", "workflows");
1109var mapPath = Path.Combine(RepoRoot.Path, "eng", "github-ci", "test-trigger-map.yml");
1125Path.Combine(RepoRoot.Path, ".github", "workflows", "tests.yml"))))
WorkflowScripts\CiWorkflowTests.cs (4)
40var workflow = File.ReadAllText(Path.Combine(RepoRoot.Path, ".github", "workflows", "run-tests.yml"));
50var properties = File.ReadAllText(Path.Combine(RepoRoot.Path, "eng", "testing", "CITestsProperties.props"));
54RepoRoot.Path,
77=> File.ReadAllText(Path.Combine(RepoRoot.Path, ".github", "workflows", fileName));
WorkflowScripts\ExtensionReleaseWorkflowTests.cs (11)
14private static readonly string s_releaseWorkflowPath = Path.Combine(RepoRoot.Path, ".github", "workflows", "extension-release.yml");
15private static readonly string s_changelogWorkflowPath = Path.Combine(RepoRoot.Path, ".github", "workflows", "extension-changelog.md");
16private static readonly string s_changelogWorkflowLockPath = Path.Combine(RepoRoot.Path, ".github", "workflows", "extension-changelog.lock.yml");
18RepoRoot.Path,
24RepoRoot.Path,
30RepoRoot.Path,
598WorkingDirectory = RepoRoot.Path,
648WorkingDirectory = RepoRoot.Path,
731process.StartInfo.WorkingDirectory = RepoRoot.Path;
760WorkingDirectory = RepoRoot.Path,
834WorkingDirectory = RepoRoot.Path,