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

Added import of .user file for multi-targeted builds #9444

Merged
merged 3 commits into from
Dec 15, 2023

Conversation

maridematte
Copy link
Contributor

@maridematte maridematte commented Nov 21, 2023

Fixes #9131

Context

As described on the issue, muti-targeted builds did not import the .user file on the outer build. This change makes the outer build import the .user file.

Changes Made

Added import reference to .user file in Microsoft.Common.CrossTargeting.targets .

Testing

Test is in SDK repo (dotnet/sdk#37192)

@maridematte maridematte marked this pull request as ready for review November 28, 2023 14:25
@maridematte maridematte merged commit abc2f46 into dotnet:main Dec 15, 2023
8 checks passed
maridematte added a commit to maridematte/msbuild that referenced this pull request Dec 18, 2023
Fixes dotnet#9131

Context
As described on the issue, muti-targeted builds did not import the .user file on the outer build. This change makes the outer build import the .user file.

Changes Made
Added import reference to .user file in  Microsoft.Common.CrossTargeting.targets .

Testing
Test is in SDK repo (dotnet/sdk#37192)
maridematte added a commit that referenced this pull request Dec 18, 2023
Fixes #9131

Context
As described on the issue, muti-targeted builds did not import the .user file on the outer build. This change makes the outer build import the .user file.

Changes Made
Added import reference to .user file in  Microsoft.Common.CrossTargeting.targets .

Testing
Test is in SDK repo (dotnet/sdk#37192)
@maridematte maridematte deleted the userFile branch January 10, 2024 13:37
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.

[Broken Build]: Property defined in .user project file (csproj.user) not available in build process
3 participants