From f4de8e43888b367ce78cb05e9f050a294e9bc9cb Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Wed, 22 Jan 2025 14:04:35 +1100 Subject: [PATCH] Update channel name for official release pipeline --- 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 9832cabd2b..a78e056d36 100644 --- a/eng/pipelines/templates/build-official-release.yml +++ b/eng/pipelines/templates/build-official-release.yml @@ -185,7 +185,7 @@ jobs: inputs: bootstrapperCoreVersion: latest vsMajorVersion: $(SetVisualStudioMinimumVersionVariable.VisualStudioMinimumVersion) - channelName: int.main + channelName: rel/d17.13 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.