We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8bd4c commit f1bfb6aCopy full SHA for f1bfb6a
tracer/build/_build/Build.Steps.cs
@@ -276,8 +276,7 @@ bool RequiresThoroughTesting()
276
{
277
NuGetTasks.NuGetRestore(s => s
278
.SetTargetPath(Solution)
279
- .SetVerbosity(NuGetVerbosity.Detailed)
280
- .SetProcessLogOutput(!IsServerBuild)
+ .SetVerbosity(NuGetVerbosity.Verbose)
281
.When(!string.IsNullOrEmpty(NugetPackageDirectory), o =>
282
o.SetPackagesDirectory(NugetPackageDirectory)));
283
}
0 commit comments