1 write to _scriptPath
Infrastructure.Tests (1)
PowerShellScripts\SplitTestProjectsTests.cs (1)
31
_scriptPath
= Path.Combine(_repoRoot, "eng", "scripts", "split-test-projects-for-ci.ps1");
1 reference to _scriptPath
Infrastructure.Tests (1)
PowerShellScripts\SplitTestProjectsTests.cs (1)
186
using var cmd = new PowerShellCommand(
_scriptPath
, _output)