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 build #447

Merged
merged 1 commit into from
Jun 17, 2018
Merged

Fix build #447

merged 1 commit into from
Jun 17, 2018

Conversation

angularsen
Copy link
Owner

@angularsen angularsen commented Jun 17, 2018

Fixes #446

Turns out the culprit was a change in behavior of how <BaseIntermediateOutputPath> is treated with .NET Core SDK 2.1 (not sure exactly what version introduced it). It mangled the intermediate outputs of the various UnitsNet and UnitsNet.Signed builds, causing havoc for its dependent UnitsNet.Serialization.JsonNet and UnitsNet.Serialization.JsonNet.Signed projects.

The fix is to use a new special Directory.Build.props file, whose properties are evaluated BEFORE some internal magic in the new build system.

The details and workarounds are outlined here:
dotnet/sdk#1518 (comment)

@angularsen angularsen merged commit 3c6e4ed into master Jun 17, 2018
@angularsen angularsen deleted the fix-build2 branch June 17, 2018 20:20
@angularsen angularsen changed the title [WIP] Fix build Fix build Jun 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AppVeyor build is broken
1 participant