Add ProducesNetCoreAssets property to Publishing.props#98665
Add ProducesNetCoreAssets property to Publishing.props#98665ViktorHofer merged 3 commits intodotnet:mainfrom
Conversation
|
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsIssue: #98662
|
|
LGTM. I pushed another commit to remove a stale comment and the not needed publishingversion property. |
|
@ViktorHofer I found out this is not enough for runtime since you don't use the default arcade publishing (Publish.proj). I think I can add the manifest data in prepare-artifacts.proj runtime/src/installer/prepare-artifacts.proj Line 106 in 24a9069 NonShipping property
|
Yeah we are very special in that regards unfortunately... Unfortunately I can't help much with that. |
|
/backport to release/8.0-staging |
|
Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/8066100853 |
* add property to publishing.props * rename to ProducesDotNetReleaseShippingAssets * Update Publishing.props --------- Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
* add property to publishing.props * rename to ProducesDotNetReleaseShippingAssets * Update Publishing.props --------- Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
…t shipped with .NET release (#98991) * Set assets manifest metadata for assets that get shipped with .NET release (#98824) * add metadata to manifest * set in ItemDefinitionGroup * remove from items * comment * Add ProducesNetCoreAssets property to Publishing.props (#98665) * add property to publishing.props * rename to ProducesDotNetReleaseShippingAssets * Update Publishing.props --------- Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com> --------- Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
…t shipped with .NET release (#98989) * add metadata to manifest * set in ItemDefinitionGroup * remove from items * comment * Add ProducesNetCoreAssets property to Publishing.props (#98665) * add property to publishing.props * rename to ProducesDotNetReleaseShippingAssets * Update Publishing.props --------- Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com> --------- Co-authored-by: MilenaHristova <mhristova@microsoft.com> Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
Issue: #98662