4 references to None
Microsoft.NET.Build.Containers (4)
ImageBuilder.cs (2)
191appCommandInstruction = KnownAppCommandInstructions.None; 225case KnownAppCommandInstructions.None:
KnownAppCommandInstructions.cs (2)
10public const string None = nameof(None); 12public static readonly string[] SupportedAppCommandInstructions = new[] { Entrypoint, DefaultArgs, None };