From b7dfb105fca29a34285f30b636a543cbd7e8b28c Mon Sep 17 00:00:00 2001 From: Jan Krivanek Date: Mon, 19 Jun 2023 14:51:13 +0200 Subject: [PATCH] MSBuild 17.6->16.7 merges --- Maestro/subscriptions.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Maestro/subscriptions.json b/Maestro/subscriptions.json index 73761a0a35f..699ceb625a5 100644 --- a/Maestro/subscriptions.json +++ b/Maestro/subscriptions.json @@ -1401,12 +1401,28 @@ } } }, - // MSBuild latest release to main + // Automate opening PRs to merge msbuild's vs17.6 into vs17.7 { "triggerPaths": [ "https://github.com/dotnet/msbuild/blob/vs17.6/**/*" ], "action": "github-dnceng-branch-merge-pr-generator", + "actionArguments": { + "vsoSourceBranch": "main", + "vsoBuildParameters": { + "GithubRepoOwner": "dotnet", + "GithubRepoName": "", + "HeadBranch": "", + "BaseBranch": "vs17.7" + } + } + }, + // MSBuild latest release to main + { + "triggerPaths": [ + "https://github.com/dotnet/msbuild/blob/vs17.7/**/*" + ], + "action": "github-dnceng-branch-merge-pr-generator", "actionArguments": { "vsoSourceBranch": "main", "vsoBuildParameters": {