1 write to _output
Infrastructure.Tests (1)
PowerShellScripts\ExpandTestMatrixGitHubTests.cs (1)
21
_output
= output;
3 references to _output
Infrastructure.Tests (3)
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
)