Merge pull request #615 from Nihlus/fake-use-build-instead-of-rebuild
Use the Build target instead of Rebuild in FAKE
This commit is contained in:
commit
257b977d57
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ Target "Clean" (fun _ ->
|
|||
|
||||
Target "Build" (fun _ ->
|
||||
activeProjects
|
||||
|> MSBuildRelease "" "Rebuild"
|
||||
|> MSBuildRelease "" "Build"
|
||||
|> ignore
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue