From af2f522de602281d4ef5a7b71507c428e814c5c1 Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Thu, 22 Aug 2024 08:37:08 +0200 Subject: [PATCH 1/2] Fix insertion branch for 17.11 to rel/d17.11 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e0c4349b26..7f39a4342f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -35,7 +35,7 @@ variables: # (since for all *new* release branches we insert into VS main and for all *previous* releases we insert into corresponding VS release), # i.e. 'rel/d17.9' *or* 'main' in dotnet/fsharp/refs/heads/main and 'main' in F# dotnet/fsharp/refs/heads/release/dev17.10 (latest release branch) - name: VSInsertionTargetBranchName - value: main + value: rel/d17.11 - name: _TeamName value: FSharp - name: TeamName From b444e519dfcf09034ad1e4faecca7cb9955dff8e Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Thu, 22 Aug 2024 11:26:45 +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 2a051012d0..b4f235359a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -35,7 +35,7 @@ variables: # (since for all *new* release branches we insert into VS main and for all *previous* releases we insert into corresponding VS release), # i.e. 'rel/d17.9' *or* 'main' in dotnet/fsharp/refs/heads/main and 'main' in F# dotnet/fsharp/refs/heads/release/dev17.10 (latest release branch) - name: VSInsertionTargetBranchName - value: rel/d17.11 + value: main - name: _TeamName value: FSharp - name: TeamName