8 references to PowerShellCommand
Infrastructure.Tests (8)
PowerShellScripts\BuildTestMatrixTests.cs (1)
446
using var cmd = new
PowerShellCommand
(_scriptPath, _output)
PowerShellScripts\ExpandTestMatrixGitHubTests.cs (3)
448
using var buildCmd = new
PowerShellCommand
(buildMatrixScript, _output)
465
using var splitCmd = new
PowerShellCommand
(splitScriptPath, _output)
515
using var cmd = new
PowerShellCommand
(_scriptPath, _output)
PowerShellScripts\SplitTestMatrixByDepsTests.cs (3)
195
using var cmd = new
PowerShellCommand
(_scriptPath, _output)
210
using var cmd = new
PowerShellCommand
(_scriptPath, _output)
226
using var cmd = new
PowerShellCommand
(_scriptPath, _output)
PowerShellScripts\SplitTestProjectsTests.cs (1)
186
using var cmd = new
PowerShellCommand
(_scriptPath, _output)