Reduce MSBuild verbosity for restore
Remove the MSBuild logo Set verbosity to minimal
This commit is contained in:
parent
c62433a3e6
commit
c98b6cc412
1 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,9 @@ namespace Microsoft.DotNet.Tools.Restore3
|
|||
{
|
||||
var msbuildArgs = new List<string>()
|
||||
{
|
||||
"/t:Restore"
|
||||
"/NoLogo",
|
||||
"/t:Restore",
|
||||
"/ConsoleLoggerParameters:Verbosity=Minimal"
|
||||
};
|
||||
|
||||
if (sourceOption.HasValue())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue