diff --git a/src/dotnet/commands/dotnet-restore3/Program.cs b/src/dotnet/commands/dotnet-restore3/Program.cs index 649066801..7b670c70f 100644 --- a/src/dotnet/commands/dotnet-restore3/Program.cs +++ b/src/dotnet/commands/dotnet-restore3/Program.cs @@ -69,7 +69,9 @@ namespace Microsoft.DotNet.Tools.Restore3 { var msbuildArgs = new List() { - "/t:Restore" + "/NoLogo", + "/t:Restore", + "/ConsoleLoggerParameters:Verbosity=Minimal" }; if (sourceOption.HasValue())