3 references to FindRepoRoot
Infrastructure.Tests (3)
PowerShellScripts\ExpandTestMatrixGitHubTests.cs (3)
22
_scriptPath = Path.Combine(
FindRepoRoot
(), "eng", "scripts", "expand-test-matrix-github.ps1");
445
var buildMatrixScript = Path.Combine(
FindRepoRoot
(), "eng", "scripts", "build-test-matrix.ps1");
461
var splitScriptPath = Path.Combine(
FindRepoRoot
(), "eng", "scripts", "split-test-matrix-by-deps.ps1");