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