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

Add workaround for .NET 8 SDK artifacts conflict #3741

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

bording
Copy link
Member

@bording bording commented Oct 11, 2023

The .NET 8 SDK has added a "simplified outputs" feature, but it conflicts with Microsoft.Build.Artifacts because they both use the same ArtifactsPath property.

The .NET SDK is supposed to detect Microsoft.Build.Artifacts being used and disable its feature, but it appears it's not working yet for the way Microsoft.Build.Artifacts is being used in this repo.

For now, I've added a workaround to force the SDK feature off.

See microsoft/MSBuildSdks#477 for more info.

@bording bording merged commit 3a4045f into master Oct 11, 2023
10 checks passed
@bording bording deleted the artifacts-workaround branch October 11, 2023 21:09
@DavidBoike DavidBoike added this to the 5.0.0 milestone Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants