1 write to _testOutput
Microsoft.NET.Build.Containers.IntegrationTests (1)
CreateImageIndexTests.cs (1)
22
_testOutput
= testOutput;
3 references to _testOutput
Microsoft.NET.Build.Containers.IntegrationTests (3)
CreateImageIndexTests.cs (3)
61
var loggerFactory = new TestLoggerFactory(
_testOutput
);
79
new DotnetNewCommand(
_testOutput
, "console", "-f", ToolsetInfo.CurrentTargetFramework)
96
new DotnetCommand(
_testOutput
, "publish", "-c", "Release", "-r", rid, "--no-self-contained")