From 947f75214c486d1d2c4a3d520c8c79d4c8691c60 Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Tue, 3 Oct 2023 12:53:08 +0200 Subject: [PATCH] Update 17.9 to insert into VS main --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 13da925b2e7..c88936bc57e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -804,7 +804,7 @@ 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 + componentBranchName: refs/heads/release/dev17.9 insertTargetBranch: main insertTeamEmail: fsharpteam@microsoft.com insertTeamName: 'F#'