Skip to content

Commit 50102fc

Browse files
TheAngryByrdxperiandri
authored andcommitted
Ability to set maxcpu in msbuild on unix
1 parent d8f9961 commit 50102fc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/app/Fake.DotNet.MSBuild/MSBuild.fs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -855,10 +855,9 @@ module MSBuild =
855855

856856
[ yield restoreFlag
857857
yield targets
858-
if not Environment.isUnix then
859-
yield maxCpu
860-
yield noLogo
861-
yield nodeReuse
858+
yield maxCpu
859+
yield noLogo
860+
yield nodeReuse
862861
yield tools
863862
yield verbosity
864863
yield noConsoleLogger

0 commit comments

Comments
 (0)