8 references to PowerShellCommand
Infrastructure.Tests (8)
PowerShellScripts\BuildTestMatrixTests.cs (1)
576using var cmd = new PowerShellCommand(_scriptPath, _output)
PowerShellScripts\ExpandTestMatrixGitHubTests.cs (3)
551using var buildCmd = new PowerShellCommand(buildMatrixScript, _output) 568using var splitCmd = new PowerShellCommand(splitScriptPath, _output) 622using var cmd = new PowerShellCommand(_scriptPath, _output)
PowerShellScripts\SplitTestMatrixByDepsTests.cs (3)
221using var cmd = new PowerShellCommand(_scriptPath, _output) 236using var cmd = new PowerShellCommand(_scriptPath, _output) 252using var cmd = new PowerShellCommand(_scriptPath, _output)
PowerShellScripts\SplitTestProjectsTests.cs (1)
186using var cmd = new PowerShellCommand(_scriptPath, _output)