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

Fix condition for adding package readmes #106590

Merged
merged 2 commits into from
Aug 19, 2024
Merged

Fix condition for adding package readmes #106590

merged 2 commits into from
Aug 19, 2024

Conversation

ViktorHofer
Copy link
Member

Fixes #106585
Regressed with e9ffa8c

The EnableDefualtPackageReadmeFile property needs to be defined before packaging.targets is imported.

Thanks for the report @MSDN-WhiteKnight

Fixes #106585

The EnableDefualtPackageReadmeFile property needs to be defined before packaging.targets is imported.
@ViktorHofer
Copy link
Member Author

/backport to release/9.0

Copy link
Contributor

Started backporting to release/9.0: https://github.com/dotnet/runtime/actions/runs/10442768239

@ViktorHofer
Copy link
Member Author

/backport to release/9.0-rc1

Copy link
Contributor

Started backporting to release/9.0-rc1: https://github.com/dotnet/runtime/actions/runs/10442943879

@ViktorHofer ViktorHofer merged commit ca99ff4 into main Aug 19, 2024
161 of 163 checks passed
@ViktorHofer ViktorHofer deleted the ViktorHofer-patch-3 branch August 19, 2024 10:52
@lewing
Copy link
Member

lewing commented Aug 19, 2024

@ViktorHofer
Copy link
Member Author

ViktorHofer commented Aug 19, 2024

Ok, looking. Don't we build workloads in PRs?

Here's the fix: https://github.com/dotnet/runtime/pull/106638/files

ViktorHofer added a commit that referenced this pull request Aug 19, 2024
Fixes the official build break. Regressed with #106590
@lewing
Copy link
Member

lewing commented Aug 19, 2024

Ok, looking. Don't we build workloads in PRs?

Here's the fix: https://github.com/dotnet/runtime/pull/106638/files

We build the nugets that the sdk uses but we don't build the msis that VS uses in PRs

ViktorHofer added a commit that referenced this pull request Aug 19, 2024
* Update workloads.csproj

Fixes the official build break. Regressed with #106590

* Update workloads.csproj
@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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package readmes are broken
3 participants