diff --git a/build.fsx b/build.fsx index 6339b45a386..a35a634ca95 100644 --- a/build.fsx +++ b/build.fsx @@ -108,8 +108,8 @@ let getAffectedProjects = Target "ComputeIncrementalChanges" (fun _ -> if runIncrementally then let targetBranch = match getBuildParam "targetBranch" with - | "" -> "dev" - | null -> "dev" + | "" -> "v1.4" + | null -> "v1.4" | b -> b let incrementalistPath = let incrementalistDir = toolsDir @@ "incrementalist"