From 47e0f36f17101c278f06cb978fb995c72d96b44c Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Tue, 26 Sep 2023 12:31:47 +0200 Subject: [PATCH 1/2] Update target insertion branch for 17.8 **Do not merge until Wednesday evening Prague time** --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 13da925b2e7..2eaff600765 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -805,7 +805,7 @@ stages: - template: eng/release/insert-into-vs.yml parameters: componentBranchName: refs/heads/release/dev17.8 - insertTargetBranch: main + insertTargetBranch: rel/d17.8 insertTeamEmail: fsharpteam@microsoft.com insertTeamName: 'F#' completeInsertion: 'auto' From 3dcfb9f73eb9c2f28f708b923f7c3cf91f6b5c5d Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Tue, 10 Oct 2023 12:26:35 +0200 Subject: [PATCH 2/2] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2eaff600765..c88936bc57e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -804,8 +804,8 @@ stages: - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - template: eng/release/insert-into-vs.yml parameters: - componentBranchName: refs/heads/release/dev17.8 - insertTargetBranch: rel/d17.8 + componentBranchName: refs/heads/release/dev17.9 + insertTargetBranch: main insertTeamEmail: fsharpteam@microsoft.com insertTeamName: 'F#' completeInsertion: 'auto'