-
Notifications
You must be signed in to change notification settings - Fork 378
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 #7578
Conversation
/backport to release/8.0.1xx |
Started backporting to release/8.0.1xx: https://github.com/dotnet/templating/actions/runs/8062936046 |
/backport to release/6.0.4xx |
Started backporting to release/6.0.4xx: https://github.com/dotnet/templating/actions/runs/8062954761 |
/backport to release/8.0.3xx |
Started backporting to release/8.0.3xx: https://github.com/dotnet/templating/actions/runs/8063015976 |
/backport to release/7* |
Started backporting to release/7: https://github.com/dotnet/templating/actions/runs/8063144029 |
@MilenaHristova an error occurred while backporting to release/7, please check the run log for details! Error: The specified backport target branch release/7 wasn't found in the repo. |
/backport to release/8.0.2xx |
Started backporting to release/8.0.2xx: https://github.com/dotnet/templating/actions/runs/8063174336 |
/backport to release/7.0.3xx |
Started backporting to release/7.0.3xx: https://github.com/dotnet/templating/actions/runs/8063181688 |
/backport to release/6.0.1xx |
Started backporting to release/6.0.1xx: https://github.com/dotnet/templating/actions/runs/8063187636 |
/backport to release/7.0.4xx |
Started backporting to release/7.0.4xx: https://github.com/dotnet/templating/actions/runs/8063192926 |
/backport to release/7.0.1xx |
Started backporting to release/7.0.1xx: https://github.com/dotnet/templating/actions/runs/8063197885 |
/backport to release/6.0.3xx |
Started backporting to release/6.0.3xx: https://github.com/dotnet/templating/actions/runs/8063204552 |
@MilenaHristova I approved the back ports, I think we may have to wait for servicing changes (branding and codeflow to complete) before merging this into the release/xyz branches |
sorry, I merged one of the PRs before I saw this. Why is it a problem to merge it now? |
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