Use the Build target instead of Rebuild in FAKE to avoid redundant rebuilds.
This commit is contained in:
parent
2aec010225
commit
874bd78edb
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ Target "Clean" (fun _ ->
|
||||||
|
|
||||||
Target "Build" (fun _ ->
|
Target "Build" (fun _ ->
|
||||||
activeProjects
|
activeProjects
|
||||||
|> MSBuildRelease "" "Rebuild"
|
|> MSBuildRelease "" "Build"
|
||||||
|> ignore
|
|> ignore
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue