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)
550
using var buildCmd = new PowerShellCommand(buildMatrixScript,
_output
)
567
using var splitCmd = new PowerShellCommand(splitScriptPath,
_output
)
621
using var cmd = new PowerShellCommand(_scriptPath,
_output
)