From b4b388b150ed3a02ab796945ffd67f8252157c36 Mon Sep 17 00:00:00 2001 From: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com> Date: Fri, 22 Sep 2023 17:12:12 +0200 Subject: [PATCH] MSBuild 17.7 -> 17.8 --- Maestro/subscriptions.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Maestro/subscriptions.json b/Maestro/subscriptions.json index b4b5afcfc6f..99dcc48ae98 100644 --- a/Maestro/subscriptions.json +++ b/Maestro/subscriptions.json @@ -1524,12 +1524,28 @@ } } }, - // MSBuild latest release to main + // Automate opening PRs to merge msbuild's vs17.7 into vs17.8 { "triggerPaths": [ "https://github.com/dotnet/msbuild/blob/vs17.7/**/*" ], "action": "github-dnceng-branch-merge-pr-generator", + "actionArguments": { + "vsoSourceBranch": "main", + "vsoBuildParameters": { + "GithubRepoOwner": "dotnet", + "GithubRepoName": "", + "HeadBranch": "", + "BaseBranch": "vs17.8" + } + } + }, + // MSBuild latest release to main + { + "triggerPaths": [ + "https://github.com/dotnet/msbuild/blob/vs17.8/**/*" + ], + "action": "github-dnceng-branch-merge-pr-generator", "actionArguments": { "vsoSourceBranch": "main", "vsoBuildParameters": {