1 write to _testOutput
Microsoft.NET.Build.Containers.IntegrationTests (1)
CreateNewImageTests.cs (1)
20
_testOutput
= testOutput;
12 references to _testOutput
Microsoft.NET.Build.Containers.IntegrationTests (12)
CreateNewImageTests.cs (12)
34
new DotnetNewCommand(
_testOutput
, "console", "-f", ToolsetInfo.CurrentTargetFramework)
40
new DotnetCommand(
_testOutput
, "publish", "-c", "Release", "-r", "linux-arm64", "--no-self-contained")
85
new DotnetNewCommand(
_testOutput
, "console", "-f", ToolsetInfo.CurrentTargetFramework)
91
new DotnetCommand(
_testOutput
, "build", "--configuration", "release")
148
new DotnetNewCommand(
_testOutput
, "console", "-f", ToolsetInfo.CurrentTargetFramework)
158
new DotnetCommand(
_testOutput
, "build", "--configuration", "release", "/p:runtimeidentifier=linux-x64")
215
ContainerCli.RunCommand(
_testOutput
, "--rm", $"{pcp.NewContainerRepository}:latest")
227
var loggerFactory = new TestLoggerFactory(
_testOutput
);
260
new DotnetNewCommand(
_testOutput
, "console", "-f", ToolsetInfo.CurrentTargetFramework)
266
new DotnetCommand(
_testOutput
, "publish", "-c", "Release", "-r", "linux-x64", "--no-self-contained")
314
new DotnetNewCommand(
_testOutput
, "console", "-f", ToolsetInfo.CurrentTargetFramework)
320
new DotnetCommand(
_testOutput
, "build", "--configuration", "release")