Skip to content

Commit f1bfb6a

Browse files
committed
Try to get more logs
1 parent 0e8bd4c commit f1bfb6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tracer/build/_build/Build.Steps.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,7 @@ bool RequiresThoroughTesting()
276276
{
277277
NuGetTasks.NuGetRestore(s => s
278278
.SetTargetPath(Solution)
279-
.SetVerbosity(NuGetVerbosity.Detailed)
280-
.SetProcessLogOutput(!IsServerBuild)
279+
.SetVerbosity(NuGetVerbosity.Verbose)
281280
.When(!string.IsNullOrEmpty(NugetPackageDirectory), o =>
282281
o.SetPackagesDirectory(NugetPackageDirectory)));
283282
}

0 commit comments

Comments
 (0)