Skip to content

Commit

Permalink
TEMP Detailed NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlock committed Feb 4, 2025
1 parent 515fb82 commit c0665d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracer/build/_build/Build.Steps.cs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ bool RequiresThoroughTesting()
{
NuGetTasks.NuGetRestore(s => s
.SetTargetPath(Solution)
.SetVerbosity(NuGetVerbosity.Normal)
.SetVerbosity(NuGetVerbosity.Detailed)
.When(!string.IsNullOrEmpty(NugetPackageDirectory), o =>
o.SetPackagesDirectory(NugetPackageDirectory)));
}
Expand Down

0 comments on commit c0665d6

Please sign in to comment.