Build.Shell.dotnet C# (CSharp) Метод

dotnet() публичный статический Метод

public static dotnet ( string command ) : void
command string
Результат void
        public static void dotnet(string command)
        {
            using (Foreground.Cyan)
                Console.WriteLine($"Executing dotnet {command}");

            run("dotnet", command);
        }