From cdf004c8ce32baaf9639c3f843b3eda05ed5ae99 Mon Sep 17 00:00:00 2001 From: Tomas Grosup Date: Wed, 14 May 2025 21:15:45 +0200 Subject: [PATCH] VS insertion - release branch --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 712dc877a9e..a8e15eae559 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: feature/d18initial + value: main - name: _TeamName value: FSharp - name: TeamName