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

Fixed PackageId being overridden by MSBuild.Sdk.Extras import #171

Merged
merged 2 commits into from
Feb 29, 2024

Conversation

Arlodotexe
Copy link
Member

This PR fixes a regression introduced in c7ae0a0 that caused the wrong PackageId to be produced for some packages.

Importing MSBuild.Sdk.Extras in the place we did caused PackageId to be defined with a default. Our tooling doesn't reassign PackageId when there's an existing value, so the value defined by MsBuild/Extras was being used instead.

Before
image

After
image

@Arlodotexe Arlodotexe added bug 🐛 Something isn't working dev loop ➰ For issues that impact the core dev-loop of building experiments regression What was working is now broke labels Feb 28, 2024
@Arlodotexe Arlodotexe self-assigned this Feb 28, 2024
@Arlodotexe Arlodotexe merged commit c63b29d into main Feb 29, 2024
8 checks passed
@delete-merged-branch delete-merged-branch bot deleted the fix/PackageId-overridden-by-msbuildextras branch February 29, 2024 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working dev loop ➰ For issues that impact the core dev-loop of building experiments regression What was working is now broke
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants