1 write to _scriptPath
Infrastructure.Tests (1)
PowerShellScripts\SplitTestMatrixByDepsTests.cs (1)
24
_scriptPath
= Path.Combine(RepoRoot.Path, "eng", "scripts", "split-test-matrix-by-deps.ps1");
3 references to _scriptPath
Infrastructure.Tests (3)
PowerShellScripts\SplitTestMatrixByDepsTests.cs (3)
222
using var cmd = new PowerShellCommand(
_scriptPath
, _output)
237
using var cmd = new PowerShellCommand(
_scriptPath
, _output)
253
using var cmd = new PowerShellCommand(
_scriptPath
, _output)