8 instantiations of 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)
11 references to PowerShellCommand
Infrastructure.Tests (11)
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\PowerShellCommand.cs (3)
37
public
PowerShellCommand
WithWorkingDirectory(string dir)
43
public
PowerShellCommand
WithEnvironmentVariable(string key, string value)
49
public
PowerShellCommand
WithTimeout(TimeSpan timeSpan)
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)