From b0cc4915c5328705898d5573178ec626888ee899 Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Mon, 3 Apr 2023 14:30:52 +0200 Subject: [PATCH] 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 07b6477a7..9674bb5a5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -696,7 +696,7 @@ stages: - template: eng/release/insert-into-vs.yml parameters: componentBranchName: refs/heads/release/dev17.6 - insertTargetBranch: main + insertTargetBranch: rel/d17.6 insertTeamEmail: fsharpteam@microsoft.com insertTeamName: 'F#' completeInsertion: 'auto' -- GitLab