7 references to KnownAppCommandInstructions
Microsoft.NET.Build.Containers (7)
ImageBuilder.cs (7)
191
appCommandInstruction =
KnownAppCommandInstructions
.None;
196
appCommandInstruction =
KnownAppCommandInstructions
.DefaultArgs;
207
appCommandInstruction =
KnownAppCommandInstructions
.Entrypoint;
225
case
KnownAppCommandInstructions
.None:
232
case
KnownAppCommandInstructions
.DefaultArgs:
235
case
KnownAppCommandInstructions
.Entrypoint:
249
string.Join(",",
KnownAppCommandInstructions
.SupportedAppCommandInstructions)));