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

[release/9.0-rc1] Fix condition for adding package readmes #106592

Merged
merged 2 commits into from
Aug 19, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 18, 2024

Backport of #106590 to release/9.0-rc1

/cc @ViktorHofer

Customer Impact

  • Customer reported
  • Found internally

Package readmes are an essential part of our shipping packages. Customers reported that those disappeared from our runtime packages between P6 and P7 which makes adopting our packages harder.

Regression

  • Yes
  • No

Regressed with e9ffa8c between P6 and P7.

Testing

Built the packages locally. The package readme file is now again part of the package.

Risk

Low, just an msbuild (build time) line change.

IMPORTANT: If this backport is for a servicing release, please verify that:

  • The PR target branch is release/X.0-staging, not release/X.0.

  • If the change touches code that ships in a NuGet package, you have added the necessary package authoring and gotten it explicitly reviewed.

Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-infrastructure-libraries
See info in area-owners.md if you want to be subscribed.

@ViktorHofer ViktorHofer added the Servicing-approved Approved for servicing release label Aug 19, 2024
@ViktorHofer
Copy link
Member

Sent mail to Tactics. Tell-mode because this is a major regression blocking our .NET 9 release.

Fixes #106585

The EnableDefualtPackageReadmeFile property needs to be defined before packaging.targets is imported.
@carlossanlop carlossanlop merged commit 2a9d9bc into release/9.0-rc1 Aug 19, 2024
153 of 164 checks passed
@carlossanlop carlossanlop deleted the backport/pr-106590-to-release/9.0-rc1 branch August 19, 2024 17:37
@github-actions github-actions bot locked and limited conversation to collaborators Sep 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants