108 references to Path
Infrastructure.Tests (108)
CreateFailingTestIssue\CreateFailingTestIssueFixture.cs (1)
18ToolProjectPath = Path.Combine(RepoRoot.Path, "tools", "CreateFailingTestIssue", "CreateFailingTestIssue.csproj");
DownloadFailingJobLogs\DownloadFailingJobLogsFixture.cs (2)
19ToolPath = Path.Combine(RepoRoot.Path, "tools", "scripts", "DownloadFailingJobLogs.cs"); 20DotNetPath = Path.Combine(RepoRoot.Path, "dotnet.sh");
ExtractTestPartitions\ExtractTestPartitionsFixture.cs (1)
54var projectPath = Path.Combine(RepoRoot.Path, "tools", "ExtractTestPartitions", "ExtractTestPartitions.csproj");
GenerateTestSummary\GenerateTestSummaryFixture.cs (1)
18ToolProjectPath = Path.Combine(RepoRoot.Path, "tools", "GenerateTestSummary", "GenerateTestSummary.csproj");
NuGetConfigTests.cs (1)
15var document = XDocument.Load(Path.Combine(RepoRoot.Path, "NuGet.config"));
Pipelines\ExtensionE2eWorkflow.cs (1)
19using var reader = new StringReader(File.ReadAllText(Path.Combine(RepoRoot.Path, WorkflowRelativePath)));
Pipelines\ExtensionE2eWorkflowTests.cs (2)
92using var reader = new StringReader(File.ReadAllText(Path.Combine(RepoRoot.Path, CallerWorkflowRelativePath))); 144using var reader = new StringReader(File.ReadAllText(Path.Combine(RepoRoot.Path, relativePath)));
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));
Pipelines\NpmCliPackageTests.cs (1)
29private readonly string _repoRoot = RepoRoot.Path;
Pipelines\ReleasePublishNugetPipelineTests.cs (1)
10private readonly string _repoRoot = RepoRoot.Path;
PowerShellScripts\AspireSkillsBundleHashTests.cs (2)
41_commonScriptPath = Path.Combine(RepoRoot.Path, "eng", "scripts", "aspire-skills-bundle.common.ps1"); 71var hooksDir = Path.Combine(RepoRoot.Path, "src", "Aspire.Cli", "Agents", "Hooks");
PowerShellScripts\BuildTestMatrixTests.cs (3)
23_scriptPath = Path.Combine(RepoRoot.Path, "eng", "scripts", "build-test-matrix.ps1"); 658var propsPath = Path.Combine(RepoRoot.Path, "eng", "testing", "CITestsProperties.props"); 757var propsPath = Path.Combine(RepoRoot.Path, "eng", "testing", "CITestsProperties.props");
PowerShellScripts\DownloadNativeArchivesTests.cs (1)
23_scriptPath = Path.Combine(RepoRoot.Path, "eng", "scripts", "download-native-archives.ps1");
PowerShellScripts\ExpandTestMatrixGitHubTests.cs (3)
23_scriptPath = Path.Combine(RepoRoot.Path, "eng", "scripts", "expand-test-matrix-github.ps1"); 547var buildMatrixScript = Path.Combine(RepoRoot.Path, "eng", "scripts", "build-test-matrix.ps1"); 563var splitScriptPath = Path.Combine(RepoRoot.Path, "eng", "scripts", "split-test-matrix-by-deps.ps1");
PowerShellScripts\ScanTestPartitionsFromSourceGuardTests.cs (2)
43var testsRoot = Path.Combine(RepoRoot.Path, "tests"); 79var rel = Path.GetRelativePath(RepoRoot.Path, file).Replace('\\', '/');
PowerShellScripts\SplitTestMatrixByDepsTests.cs (1)
24_scriptPath = Path.Combine(RepoRoot.Path, "eng", "scripts", "split-test-matrix-by-deps.ps1");
PowerShellScripts\SplitTestProjectsTests.cs (1)
31_repoRoot = RepoRoot.Path;
PowerShellScripts\StageNativeCliToolPackagesTests.cs (1)
33_scriptPath = Path.Combine(RepoRoot.Path, "eng", "scripts", "stage-native-cli-tool-packages.ps1");
PowerShellScripts\ValidateNpmPackageSignaturesTests.cs (1)
28_scriptPath = Path.Combine(RepoRoot.Path, "eng", "scripts", "validate-npm-package-signatures.ps1");
PowerShellScripts\ValidateNpmReleaseAliasesTests.cs (1)
26_scriptPath = Path.Combine(RepoRoot.Path, "eng", "scripts", "validate-npm-release-aliases.ps1");
PowerShellScripts\WriteClassModeTestPropsTests.cs (1)
19_scriptPath = Path.Combine(RepoRoot.Path, "eng", "scripts", "write-class-mode-test-props.ps1");
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\SelectTestsCliTests.cs (3)
451var solution = File.ReadAllText(Path.Combine(RepoRoot.Path, "Aspire.slnx")); 459var project = File.ReadAllText(Path.Combine(RepoRoot.Path, projectPath)); 468RepoRoot.Path,
TestTriggerMap\SelectTestsWorkflowTests.cs (2)
157=> Path.Combine(RepoRoot.Path, ".github", "actions", "select-tests", "action.yml"); 160=> Path.Combine(RepoRoot.Path, ".github", "workflows", "tests.yml");
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\AutoRerunTransientCiFailuresTests.cs (1)
27_repoRoot = RepoRoot.Path;
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\CreateFailingTestIssueWorkflowTests.cs (1)
26_repoRoot = RepoRoot.Path;
WorkflowScripts\ExtensionChangelogFinalizedWorkflowTests.cs (2)
315var scriptPath = Path.Combine(RepoRoot.Path, ScriptRelativePath); 522var workflowPath = Path.Combine(RepoRoot.Path, WorkflowRelativePath);
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,
WorkflowScripts\ExtensionWorkflowTests.cs (1)
314=> Path.Combine([RepoRoot.Path, .. path]);
WorkflowScripts\MonitorScheduledWorkflowsIntegrationTests.cs (1)
38_repoRoot = RepoRoot.Path;
WorkflowScripts\MonitorScheduledWorkflowsTests.cs (1)
27_repoRoot = RepoRoot.Path;
WorkflowScripts\OrganizationFundedCopilotReviewsTests.cs (2)
154Path.Combine(RepoRoot.Path, "tests", "Infrastructure.Tests", "WorkflowScripts", "organization-funded-copilot-reviews.harness.mjs"), 163using var reader = File.OpenText(Path.Combine(RepoRoot.Path, ".github", "workflows", "organization-funded-copilot-reviews.yml"));
WorkflowScripts\PrDocsCheckWorkflowTests.cs (3)
96Path.Combine(RepoRoot.Path, ".github", "workflows", "pr-docs-check", "validate_outcome.py")); 192WorkingDirectory = RepoRoot.Path, 234=> File.ReadAllText(Path.Combine(RepoRoot.Path, ".github", "workflows", fileName));
WorkflowScripts\ReportCiFailureIntegrationTests.cs (1)
34_repoRoot = RepoRoot.Path;
WorkflowScripts\ReportCiFailureTests.cs (1)
28_repoRoot = RepoRoot.Path;
WorkflowScripts\ReportPipelineFailureIntegrationTests.cs (1)
34_repoRoot = RepoRoot.Path;
WorkflowScripts\ReportPipelineFailureTests.cs (1)
27_repoRoot = RepoRoot.Path;
WorkflowScripts\ReportSpecializedTestFailuresTests.cs (1)
27_repoRoot = RepoRoot.Path;
WorkflowScripts\SelectTestsCommentScriptTests.cs (1)
25private readonly string _repoRoot = RepoRoot.Path;
WorkflowScripts\SpecializedTestFailureRunnerTests.cs (1)
35_repoRoot = RepoRoot.Path;
WorkflowScripts\TrackingIssueTests.cs (1)
29_repoRoot = RepoRoot.Path;