-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix condition for adding package readmes #106590
Conversation
Fixes #106585 The EnableDefualtPackageReadmeFile property needs to be defined before packaging.targets is imported.
/backport to release/9.0 |
Started backporting to release/9.0: https://github.com/dotnet/runtime/actions/runs/10442768239 |
/backport to release/9.0-rc1 |
Started backporting to release/9.0-rc1: https://github.com/dotnet/runtime/actions/runs/10442943879 |
this is breaking the official build in the workload step https://dev.azure.com/dnceng/internal/_build/results?buildId=2518856&view=logs&j=7bf215f5-1c95-5bbd-4005-575fc2c46c79&t=88f8f928-3551-5dff-d5e2-be29d98ae725&l=1677 |
Ok, looking. Don't we build workloads in PRs? Here's the fix: https://github.com/dotnet/runtime/pull/106638/files |
Fixes the official build break. Regressed with #106590
We build the nugets that the sdk uses but we don't build the msis that VS uses in PRs |
* Update workloads.csproj Fixes the official build break. Regressed with #106590 * Update workloads.csproj
Fixes #106585
Regressed with e9ffa8c
The EnableDefualtPackageReadmeFile property needs to be defined before packaging.targets is imported.
Thanks for the report @MSDN-WhiteKnight