2 references to DetermineEntrypointAndCmd
Microsoft.NET.Build.Containers (2)
ContainerBuilder.cs (1)
123(string[] imageEntrypoint, string[] imageCmd) = ImageBuilder.DetermineEntrypointAndCmd(entrypoint, entrypointArgs, defaultArgs, appCommand, appCommandArgs, appCommandInstruction,
Tasks\CreateNewImage.cs (1)
294return ImageBuilder.DetermineEntrypointAndCmd(entrypoint, entrypointArgs, cmd, appCommand, appCommandArgs, appCommandInstruction, baseImageEntrypoint,