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