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