Skip to content

Commit

Permalink
Ability to set maxcpu in msbuild on unix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd authored and xperiandri committed Feb 6, 2024
1 parent 3f98e8d commit 6867806
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/app/Fake.DotNet.MSBuild/MSBuild.fs
Original file line number Diff line number Diff line change
Expand Up @@ -855,10 +855,9 @@ module MSBuild =

[ yield restoreFlag
yield targets
if not Environment.isUnix then
yield maxCpu
yield noLogo
yield nodeReuse
yield maxCpu
yield noLogo
yield nodeReuse
yield tools
yield verbosity
yield noConsoleLogger
Expand Down

0 comments on commit 6867806

Please sign in to comment.