21 references to GenerateCommandLineCommandsInt
Microsoft.NET.Build.Containers (1)
Tasks\CreateNewImageToolTask.cs (1)
87
protected override string GenerateCommandLineCommands() =>
GenerateCommandLineCommandsInt
();
Microsoft.NET.Build.Containers.IntegrationTests (20)
FullFramework\CreateNewImageToolTaskTests.cs (20)
25
Exception e = Assert.Throws<InvalidOperationException>(() => task.
GenerateCommandLineCommandsInt
());
32
e = Assert.Throws<InvalidOperationException>(() => task.
GenerateCommandLineCommandsInt
());
37
e = Assert.Throws<InvalidOperationException>(() => task.
GenerateCommandLineCommandsInt
());
42
e = Assert.Throws<InvalidOperationException>(() => task.
GenerateCommandLineCommandsInt
());
47
e = Assert.Throws<InvalidOperationException>(() => task.
GenerateCommandLineCommandsInt
());
52
string args = task.
GenerateCommandLineCommandsInt
();
84
string args = task.
GenerateCommandLineCommandsInt
();
118
string args = task.
GenerateCommandLineCommandsInt
();
151
string args = task.
GenerateCommandLineCommandsInt
();
183
string args = task.
GenerateCommandLineCommandsInt
();
225
string args = task.
GenerateCommandLineCommandsInt
();
271
string args = task.
GenerateCommandLineCommandsInt
();
363
string args = task.
GenerateCommandLineCommandsInt
();
401
task.
GenerateCommandLineCommandsInt
();
424
string args = task.
GenerateCommandLineCommandsInt
();
457
string args = task.
GenerateCommandLineCommandsInt
();
502
string args = task.
GenerateCommandLineCommandsInt
();
532
string args = task.
GenerateCommandLineCommandsInt
();
558
string args = task.
GenerateCommandLineCommandsInt
();
589
string args = task.
GenerateCommandLineCommandsInt
();