Skip to content

Commit

Permalink
remove CPU set
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Apr 29, 2017
1 parent 5a5830f commit 2ed297b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/FakeLib/MSBuildHelper.fs
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,7 @@ let MSBuildWithProjectProperties outputPath (targets : string) (properties : (st
let setBuildParam project projectParams =
{ projectParams with
Targets = targets |> split ';' |> List.filter ((<>) "")
Properties = projectParams.Properties @ properties project
MaxCpuCount = Some ( Some (EnvironmentHelper.getMachineEnvironment().ProcessorCount)) }
Properties = projectParams.Properties @ properties project }

projects
|> List.filter (fun project -> not <| Set.contains project dependencies)
Expand Down

0 comments on commit 2ed297b

Please sign in to comment.