From 653087fb2d50ce6c489f0846a5ad907fcec44f73 Mon Sep 17 00:00:00 2001 From: "Brett V. Forsgren" Date: Mon, 25 Apr 2022 12:00:33 -0600 Subject: [PATCH] update insertion target --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6867b3202..cae04a61b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -522,7 +522,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.2 + componentBranchName: refs/heads/release/dev17.3 insertTargetBranch: main insertTeamEmail: fsharpteam@microsoft.com insertTeamName: 'F#' -- GitLab