8 instantiations of PowerShellCommand
Infrastructure.Tests (8)
PowerShellScripts\BuildTestMatrixTests.cs (1)
446using var cmd = new PowerShellCommand(_scriptPath, _output)
PowerShellScripts\ExpandTestMatrixGitHubTests.cs (3)
448using var buildCmd = new PowerShellCommand(buildMatrixScript, _output) 465using var splitCmd = new PowerShellCommand(splitScriptPath, _output) 515using var cmd = new PowerShellCommand(_scriptPath, _output)
PowerShellScripts\SplitTestMatrixByDepsTests.cs (3)
195using var cmd = new PowerShellCommand(_scriptPath, _output) 210using var cmd = new PowerShellCommand(_scriptPath, _output) 226using var cmd = new PowerShellCommand(_scriptPath, _output)
PowerShellScripts\SplitTestProjectsTests.cs (1)
186using var cmd = new PowerShellCommand(_scriptPath, _output)
11 references to PowerShellCommand
Infrastructure.Tests (11)
PowerShellScripts\BuildTestMatrixTests.cs (1)
446using var cmd = new PowerShellCommand(_scriptPath, _output)
PowerShellScripts\ExpandTestMatrixGitHubTests.cs (3)
448using var buildCmd = new PowerShellCommand(buildMatrixScript, _output) 465using var splitCmd = new PowerShellCommand(splitScriptPath, _output) 515using var cmd = new PowerShellCommand(_scriptPath, _output)
PowerShellScripts\PowerShellCommand.cs (3)
37public PowerShellCommand WithWorkingDirectory(string dir) 43public PowerShellCommand WithEnvironmentVariable(string key, string value) 49public PowerShellCommand WithTimeout(TimeSpan timeSpan)
PowerShellScripts\SplitTestMatrixByDepsTests.cs (3)
195using var cmd = new PowerShellCommand(_scriptPath, _output) 210using var cmd = new PowerShellCommand(_scriptPath, _output) 226using var cmd = new PowerShellCommand(_scriptPath, _output)
PowerShellScripts\SplitTestProjectsTests.cs (1)
186using var cmd = new PowerShellCommand(_scriptPath, _output)