aspnetcore icon indicating copy to clipboard operation
aspnetcore copied to clipboard

Set ProducesDotNetReleaseShippingAssets property in Publishing.props

Open MilenaHristova opened this issue 1 year ago • 0 comments

Set ProducesDotNetReleaseShippingAssets property in Publishing.props

  • [ ] You've read the Contributor Guide and Code of Conduct.
  • [ ] You've included unit or integration tests for your change, where applicable.
  • [ ] You've included inline docs for your change, where applicable.
  • [ ] There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.

Summary of the changes (Less than 80 chars)

Description

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

MilenaHristova avatar Feb 23 '24 11:02 MilenaHristova