8 instantiations of 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)
11 references to PowerShellCommand
Infrastructure.Tests (11)
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\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)
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)