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

Stop building intermediates building into the source tree #1106

Merged
merged 1 commit into from
Jan 9, 2017
Merged

Stop building intermediates building into the source tree #1106

merged 1 commit into from
Jan 9, 2017

Conversation

davkean
Copy link
Member

@davkean davkean commented Jan 9, 2017

MSBuild made a change where they started setting BaseIntermediateOutputPath (dotnet/msbuild#1525) in props instead of targets, this caused us to think that an individual project had set the base intermediate path and respect it. This caused us to output them into the default location (obj in the project directory).

Stop respecting a project's ability to override the intermediate path and hence, not inheriting the one from props - no one was doing it anyway.

MSBuild made a change where they started setting BaseIntermediateOutputPath (dotnet/msbuild#1525) in props instead of targets, this caused us to think that an individual project had set the base intermediate path and respect it. This caused us to output them into the default location (obj in the project directory).

Stop respecting a project's ability to override the intermediate path and hence, not inheriting the one from props - no one was doing it any.
@davkean
Copy link
Member Author

davkean commented Jan 9, 2017

tag @dotnet/project-system

@davkean davkean merged commit 8ef0f87 into dotnet:master Jan 9, 2017
@davkean davkean deleted the Intermediates branch April 3, 2017 00:26
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.

3 participants