1 write to _output
Infrastructure.Tests (1)
Pipelines\NpmCliPackageTests.cs (1)
34
_output
= output;
4 references to _output
Infrastructure.Tests (4)
Pipelines\NpmCliPackageTests.cs (4)
165
using var cmd = new NodeCommand(
_output
)
197
using var cmd = new NodeCommand(
_output
)
231
using var cmd = new NodeCommand(
_output
)
579
using var cmd = new PowerShellCommand(_packScriptPath,
_output
)