Skip to content

Commit

Permalink
MSBuild-17.9 -> 17.10 (#951)
Browse files Browse the repository at this point in the history
We are adding 17.10 branch in MSBuild repo, dotnet/msbuild#9914. Adjusting the flow.
  • Loading branch information
YuliiaKovalova authored Mar 27, 2024
1 parent 780463b commit 9461cd0
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion Maestro/subscriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1593,12 +1593,28 @@
}
}
},
// MSBuild latest release to main
// Automate opening PRs to merge msbuild's vs17.9 into vs17.10
{
"triggerPaths": [
"https://github.com/dotnet/msbuild/blob/vs17.9/**/*"
],
"action": "github-dnceng-branch-merge-pr-generator",
"actionArguments": {
"vsoSourceBranch": "main",
"vsoBuildParameters": {
"GithubRepoOwner": "dotnet",
"GithubRepoName": "<trigger-repo>",
"HeadBranch": "<trigger-branch>",
"BaseBranch": "vs17.10"
}
}
},
// MSBuild latest release to main
{
"triggerPaths": [
"https://github.com/dotnet/msbuild/blob/vs17.10/**/*"
],
"action": "github-dnceng-branch-merge-pr-generator",
"actionArguments": {
"vsoSourceBranch": "main",
"vsoBuildParameters": {
Expand Down

0 comments on commit 9461cd0

Please sign in to comment.