Skip to content

Commit

Permalink
TEMP: Hack dissable parallel processing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlock committed Feb 4, 2025
1 parent c0665d6 commit b375c33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tracer/build/_build/Build.Steps.cs
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ bool RequiresThoroughTesting()
NuGetTasks.NuGetRestore(s => s
.SetTargetPath(Solution)
.SetVerbosity(NuGetVerbosity.Detailed)
.SetDisableParallelProcessing(true)
.When(!string.IsNullOrEmpty(NugetPackageDirectory), o =>
o.SetPackagesDirectory(NugetPackageDirectory)));
}
Expand Down

0 comments on commit b375c33

Please sign in to comment.