Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

[WIP] Enabling the upgrade of the .NET Core Runtime bundle in a product-band #5248

Closed
wants to merge 3 commits into from

Conversation

johnbeisner
Copy link

Enabling the 'upgrade' of the .NET Core Runtime bundle in a 'product-band'.

Addresses: https://github.com/dotnet/core-setup/issues/4188
Related: dotnet/installer#530

BranchInfo.props
src/pkg/packaging/dir.props

The upgrade code is based on: "an arbitrary string + the .Net Core product-band [3.0] + the RID"
In this way, the upgrade codes, x64 & x86, will correctly change when the SDK product-band changes.

src/pkg/packaging/windows/package.targets
Send the stable upgrade code to the bundle generation script.

@dotnet/dotnet-cli

Copy link
Member

@dagood dagood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll need to have the preview1, 2, and 3 upgrade codes as RelatedBundles, right? I'm ok waiting for us to know the preview3 code to implement it, just need to make sure it stays on the radar for preview4 release.

Co-Authored-By: johnbeisner <johnbeisner@users.noreply.github.com>
@johnbeisner johnbeisner changed the title Enabling the upgrade of the .NET Core Runtime bundle in a product-band [WIP] Enabling the upgrade of the .NET Core Runtime bundle in a product-band Feb 28, 2019
@johnbeisner johnbeisner closed this Mar 7, 2019
@johnbeisner johnbeisner deleted the ImplementUpgradeCode branch March 14, 2019 16:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants