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