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 2fedf40742b3945efc0262d4edcb58fa652c0f18 Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Tue, 10 Oct 2023 12:29:37 +0200 Subject: [PATCH 2/2] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2eaff600765..13da925b2e7 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: rel/d17.8 + insertTargetBranch: main insertTeamEmail: fsharpteam@microsoft.com insertTeamName: 'F#' completeInsertion: 'auto'