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