From 79855628f7cc27342becf757a50ad09037af1b72 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Mon, 6 May 2024 14:56:38 -0600 Subject: [PATCH] Build for 17.11 --- azure-pipelines/variables/InsertTargetBranch.ps1 | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines/variables/InsertTargetBranch.ps1 b/azure-pipelines/variables/InsertTargetBranch.ps1 index e36ad603d..cdcc91943 100644 --- a/azure-pipelines/variables/InsertTargetBranch.ps1 +++ b/azure-pipelines/variables/InsertTargetBranch.ps1 @@ -1,2 +1,2 @@ # This is the default branch of the VS repo that we will use to insert into VS. -'rel/d17.10' +'main' diff --git a/version.json b/version.json index 62e871560..9d3907fbd 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "17.10", + "version": "17.11-preview", "publicReleaseRefSpec": [ "^refs/heads/main$", "^refs/heads/v\\d+(?:\\.\\d+)?$"