82 references to RepoRoot
Infrastructure.Tests (82)
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");
Pipelines\ExtensionE2eWorkflow.cs (1)
19using var reader = new StringReader(File.ReadAllText(Path.Combine(RepoRoot.Path, WorkflowRelativePath)));
Pipelines\ExtensionE2eWorkflowTests.cs (1)
54using var reader = new StringReader(File.ReadAllText(Path.Combine(RepoRoot.Path, CallerWorkflowRelativePath)));
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 (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\SelectTestsWorkflowTests.cs (2)
136=> Path.Combine(RepoRoot.Path, ".github", "actions", "select-tests", "action.yml"); 139=> Path.Combine(RepoRoot.Path, ".github", "workflows", "tests.yml");
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\AutoRerunTransientCiFailuresTests.cs (1)
27_repoRoot = RepoRoot.Path;
WorkflowScripts\CiWorkflowTests.cs (1)
13var workflow = File.ReadAllText(Path.Combine(RepoRoot.Path, ".github", "workflows", "ci.yml"));
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\MonitorScheduledWorkflowsIntegrationTests.cs (1)
38_repoRoot = RepoRoot.Path;
WorkflowScripts\MonitorScheduledWorkflowsTests.cs (1)
27_repoRoot = RepoRoot.Path;
WorkflowScripts\PrDocsCheckWorkflowTests.cs (3)
82Path.Combine(RepoRoot.Path, ".github", "workflows", "pr-docs-check", "validate_outcome.py")); 175WorkingDirectory = RepoRoot.Path, 217=> 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;