Skip to content

Commit 9461cd0

Browse files
MSBuild-17.9 -> 17.10 (#951)
We are adding 17.10 branch in MSBuild repo, dotnet/msbuild#9914. Adjusting the flow.
1 parent 780463b commit 9461cd0

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

Maestro/subscriptions.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1593,12 +1593,28 @@
15931593
}
15941594
}
15951595
},
1596-
// MSBuild latest release to main
1596+
// Automate opening PRs to merge msbuild's vs17.9 into vs17.10
15971597
{
15981598
"triggerPaths": [
15991599
"https://github.com/dotnet/msbuild/blob/vs17.9/**/*"
16001600
],
16011601
"action": "github-dnceng-branch-merge-pr-generator",
1602+
"actionArguments": {
1603+
"vsoSourceBranch": "main",
1604+
"vsoBuildParameters": {
1605+
"GithubRepoOwner": "dotnet",
1606+
"GithubRepoName": "<trigger-repo>",
1607+
"HeadBranch": "<trigger-branch>",
1608+
"BaseBranch": "vs17.10"
1609+
}
1610+
}
1611+
},
1612+
// MSBuild latest release to main
1613+
{
1614+
"triggerPaths": [
1615+
"https://github.com/dotnet/msbuild/blob/vs17.10/**/*"
1616+
],
1617+
"action": "github-dnceng-branch-merge-pr-generator",
16021618
"actionArguments": {
16031619
"vsoSourceBranch": "main",
16041620
"vsoBuildParameters": {

0 commit comments

Comments
 (0)