Skip to content

Commit

Permalink
Update git-merge-flow-config.jsonc (dotnet#11139)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKrivanek authored Dec 17, 2024
1 parent 3a63bca commit 34c4f2b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .config/git-merge-flow-config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@
"vs17.11": {
"MergeToBranch": "vs17.12"
},
// MSBuild latest release to main
// Automate opening PRs to merge msbuild's vs17.12 (SDK 9.0.1xx) into vs17.13 (SDK 9.0.2xx)
"vs17.12": {
"MergeToBranch": "vs17.13"
}
// MSBuild latest release to main
"vs17.13": {
"MergeToBranch": "main"
}
}
}
}

0 comments on commit 34c4f2b

Please sign in to comment.