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

Commit 4cbb335

Browse files
committed
Changed DMF build instructions to speed up build
1 parent efe14cd commit 4cbb335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Build : NukeBuild
5757

5858
MSBuild(s => s
5959
.SetTargetPath(DmfSolution)
60-
.SetTargets("Rebuild")
60+
.SetTargets("Build")
6161
.SetConfiguration(Configuration)
6262
.SetTargetPlatform(platform)
6363
.SetMaxCpuCount(Environment.ProcessorCount)

0 commit comments

Comments
 (0)