3 references to _repoRoot
Infrastructure.Tests (3)
WorkflowScripts\SelectTestsCommentScriptTests.cs (3)
33
_harnessPath = Path.Combine(
_repoRoot
, "tests", "Infrastructure.Tests", "WorkflowScripts", "select-tests-comment.harness.js");
235
command.WithWorkingDirectory(
_repoRoot
);
252
var lines = File.ReadAllText(Path.Combine(
_repoRoot
, ".github", "workflows", "tests.yml"))