Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set ProducesDotNetReleaseShippingAssets property in Publishing.props #4960

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

MilenaHristova
Copy link
Contributor

@MilenaHristova MilenaHristova commented Feb 21, 2024

Add a boolean property named ProducesDotNetReleaseShippingAssets in Publishing.props for repos that produce .NET shipping packages (packages that we ship with the release infra)
Based on this property we will select which packages to ship as part of .NET on release day.

This is a infrastructure only change. It will add extra metadata to the MergedManifest.xml produced during CI build.

Issue: https://github.com/dotnet/release/issues/822

Microsoft Reviewers: Open in CodeFlow

@RussKie RussKie merged commit ee6afab into dotnet:main Feb 21, 2024
6 checks passed
@RussKie
Copy link
Member

RussKie commented Feb 21, 2024

@MilenaHristova please note our main branch is 8.x and not 9.x. Our dev branch is 9.x, and the change will be automatically forward ported to that branch.

@MilenaHristova
Copy link
Contributor Author

@MilenaHristova please note our main branch is 8.x and not 9.x. Our dev branch is 9.x, and the change will be automatically forward ported to that branch.

@RussKie we should get this change to all branches that produce packages we ship - so for 9.x, 8.x, 7.x and 6.x

@MilenaHristova MilenaHristova deleted the publishing-props branch March 7, 2024 14:57
@github-actions github-actions bot locked and limited conversation to collaborators Apr 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants