Skip to content

Commit

Permalink
scripts/make.fsx: disable parallel processing
Browse files Browse the repository at this point in the history
  • Loading branch information
aarani committed Aug 25, 2023
1 parent 6658d28 commit f24c531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ exec mono "$FRONTEND_PATH" "$@"
let NugetRestore projectOrSolutionRelativePath =
let nugetArgs =
sprintf
"restore %s -SolutionDirectory ."
"restore %s -SolutionDirectory . -DisableParallelProcessing"
projectOrSolutionRelativePath
let proc =
Network.RunNugetCommand
Expand Down

0 comments on commit f24c531

Please sign in to comment.