From dfab8290c59f1234be7e426e5969215e61fa10c4 Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Wed, 3 Sep 2025 12:07:54 +1000 Subject: [PATCH 1/3] Bump version from 17.14 to 18.0 Similar to #9751, but for the release branch. Part of #9750. --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index fa448963747..9845c11d7af 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", - "version": "17.14", + "version": "18.0", "cloudBuild": { "setAllVariables": true } From ccbb7e376173f8d3895a8f234c5775beab8dc471 Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Wed, 3 Sep 2025 12:14:21 +1000 Subject: [PATCH 2/3] Update channelName --- eng/pipelines/templates/build-official-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/build-official-release.yml b/eng/pipelines/templates/build-official-release.yml index 5b533112bd5..18762e00c80 100644 --- a/eng/pipelines/templates/build-official-release.yml +++ b/eng/pipelines/templates/build-official-release.yml @@ -194,7 +194,7 @@ jobs: inputs: bootstrapperCoreVersion: latest vsMajorVersion: ${{ parameters.VisualStudioMinimumVersion }} - channelName: int.main + channelName: int.d18.0 manifests: $(Build.SourcesDirectory)/artifacts/$(BuildConfiguration)/VSSetup/Insertion/SetupManifest.vsman # Outputting to the Insertion folder allows the bootstrapper to be published to the Products drop, along with our insertion files. # The merged .vsman (OverlaidInstallerManifest.vsman) created by the bootstrapper assumes the bootstrapper will be output to the same drop (Products) as the insertion files. From 3311409b49b01130d2d5db4e682d20517c1e65d3 Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Wed, 3 Sep 2025 12:21:57 +1000 Subject: [PATCH 3/3] Bump default VS min version --- eng/pipelines/templates/build-official-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/build-official-release.yml b/eng/pipelines/templates/build-official-release.yml index 18762e00c80..6ef930133d4 100644 --- a/eng/pipelines/templates/build-official-release.yml +++ b/eng/pipelines/templates/build-official-release.yml @@ -12,7 +12,7 @@ parameters: type: string - name: VisualStudioMinimumVersion type: string - default: '17' + default: '18' jobs: - job: BuildOfficialRelease