From 6165613db76ca50af6b171ed226234f8bb50b1fc Mon Sep 17 00:00:00 2001 From: Ondra Pelech Date: Sun, 6 Aug 2017 03:06:07 +0200 Subject: [PATCH] Don't trigger unnecessary rebuilds --- build.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )