diff --git a/build.template b/build.template index b299668..7a4088d 100644 --- a/build.template +++ b/build.template @@ -136,7 +136,7 @@ Target "Clean" (fun _ -> Target "Build" (fun _ -> !! solutionFile - |> MSBuildReleaseExt "" vsProjProps "Rebuild" + |> MSBuildReleaseExt "" vsProjProps "Build" |> ignore )