-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Add ProducesNetCoreAssets property to Publishing.props #98665
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
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 <[email protected]>
* add property to publishing.props * rename to ProducesDotNetReleaseShippingAssets * Update Publishing.props --------- Co-authored-by: Viktor Hofer <[email protected]>
…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 <[email protected]> --------- Co-authored-by: Viktor Hofer <[email protected]>
…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 <[email protected]> --------- Co-authored-by: MilenaHristova <[email protected]> Co-authored-by: Viktor Hofer <[email protected]>
Issue: #98662