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 (10)
809var mapPath = Path.Combine(RepoRoot.Path, "eng", "github-ci", "test-trigger-map.yml");
811var filter = ChangedFileFilter.Create(RepoRoot.Path, map.Prefilter);
864var mapPath = Path.Combine(RepoRoot.Path, "eng", "github-ci", "test-trigger-map.yml");
890var mapPath = Path.Combine(RepoRoot.Path, "eng", "github-ci", "test-trigger-map.yml");
905var mapPath = Path.Combine(RepoRoot.Path, "eng", "github-ci", "test-trigger-map.yml");
928var srcDir = Path.Combine(RepoRoot.Path, "src");
929var polyglotRoot = Path.Combine(RepoRoot.Path, "tests", "PolyglotAppHosts");
955var componentsRoot = Path.Combine(RepoRoot.Path, "src", "Components");
970var testsDir = Path.Combine(RepoRoot.Path, "tests");
980var slnx = File.ReadAllText(Path.Combine(RepoRoot.Path, "Aspire.slnx"));
TestTriggerMap\TestTriggerMapTests.cs (11)
17private static readonly TestTriggerMap s_map = TestTriggerMap.Load(RepoRoot.Path);
142var slnx = File.ReadAllText(Path.Combine(RepoRoot.Path, "Aspire.slnx"));
164var testsRoot = Path.Combine(RepoRoot.Path, "tests");
170.Where(rel => File.Exists(Path.Combine(RepoRoot.Path, rel)))
228var output = GitCli.Run(RepoRoot.Path, "ls-files");
269var workflowsDir = Path.Combine(RepoRoot.Path, ".github", "workflows");
314var testsYml = File.ReadAllText(Path.Combine(RepoRoot.Path, ".github", "workflows", "tests.yml"));
373var testsYml = File.ReadAllText(Path.Combine(RepoRoot.Path, ".github", "workflows", "tests.yml"));
413.Where(name => !File.Exists(Path.Combine(RepoRoot.Path, "tests", name, $"{name}.csproj")))
427Assert.True(File.Exists(Path.Combine(RepoRoot.Path, s_map.Prefilter.PatternsFile!)),
503var workflowsDir = Path.Combine(RepoRoot.Path, ".github", "workflows");
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,