7 references to KnownAppCommandInstructions
Microsoft.NET.Build.Containers (7)
ImageBuilder.cs (7)
189appCommandInstruction = KnownAppCommandInstructions.None; 194appCommandInstruction = KnownAppCommandInstructions.DefaultArgs; 205appCommandInstruction = KnownAppCommandInstructions.Entrypoint; 223case KnownAppCommandInstructions.None: 230case KnownAppCommandInstructions.DefaultArgs: 233case KnownAppCommandInstructions.Entrypoint: 247string.Join(",", KnownAppCommandInstructions.SupportedAppCommandInstructions)));