Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions eng/pipelines/templates/build-official-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parameters:
type: string
- name: VisualStudioMinimumVersion
type: string
default: '17'
default: '18'

jobs:
- job: BuildOfficialRelease
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -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
}
Expand Down