Skip to content

Commit 3cf7b8d

Browse files
[build] Reduce verbosity of RestoreTask
1 parent 6889132 commit 3cf7b8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/BenchmarkDotNet.Build/Runners/BuildRunner.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ public void Restore()
2424
context.DotNetRestore(context.SolutionFile.FullPath,
2525
new DotNetRestoreSettings
2626
{
27-
MSBuildSettings = context.MsBuildSettingsRestore,
28-
Verbosity = DotNetVerbosity.Normal
27+
MSBuildSettings = context.MsBuildSettingsRestore
2928
});
3029
}
3130

0 commit comments

Comments
 (0)