Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
Changed DMF build instructions to speed up build
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Jun 25, 2022
1 parent efe14cd commit 4cbb335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Build : NukeBuild
MSBuild(s => s
.SetTargetPath(DmfSolution)
.SetTargets("Rebuild")
.SetTargets("Build")
.SetConfiguration(Configuration)
.SetTargetPlatform(platform)
.SetMaxCpuCount(Environment.ProcessorCount)
Expand Down

0 comments on commit 4cbb335

Please sign in to comment.