Skip to content

Commit

Permalink
Target incrementalist against v1.4 branch for v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Apr 21, 2022
1 parent 5233233 commit f40516b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f40516b

Please sign in to comment.