3 writes to AppCommandInstruction
Microsoft.NET.Build.Containers (1)
Tasks\CreateNewImage.Interface.cs (1)
218
AppCommandInstruction
= "";
Microsoft.NET.Build.Containers.IntegrationTests (1)
FullFramework\CreateNewImageToolTaskTests.cs (1)
421
task.
AppCommandInstruction
= value;
Microsoft.NET.Build.Containers.UnitTests (1)
CreateNewImageTests.cs (1)
85
AppCommandInstruction
= appCommandInstruction,
2 references to AppCommandInstruction
Microsoft.NET.Build.Containers (2)
Tasks\CreateNewImageToolTask.cs (2)
142
if (!string.IsNullOrWhiteSpace(
AppCommandInstruction
))
144
builder.AppendSwitchIfNotNull("--appcommandinstruction ",
AppCommandInstruction
);