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

Drop MSBuildTaskHost resources from ARM64 #10230

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

rainersigwald
Copy link
Member

These resources were added to the ARM64 subfolder in #10023, but I don't think they're needed: there's no .NET Framework 3.5
for ARM64 and MSBuildTaskHost.exe isn't in the ARM64 folder itself, so I think we can remove these files.

There was also a build race condition involving the .resources.dll files, which is how I found this. The Arm64ProjectReference wasn't enough to get them built.

These resources were added to the ARM64 subfolder in dotnet#10023,
but I don't think they're needed: there's no .NET Framework 3.5
for ARM64 and `MSBuildTaskHost.exe` isn't in the ARM64 folder
itself, so I think we can remove these files.

There was also a build race condition involving the .resources.dll
files, which is how I found this. The `Arm64ProjectReference`
wasn't enough to get them built.
@rainersigwald
Copy link
Member Author

@JaynieBai could I ask you to take a look at this? In the bug you fixed I said I wanted "all resources" but it looks like that was too much.

Copy link
Member

@JaynieBai JaynieBai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rainersigwald
Copy link
Member Author

Thanks @JaynieBai!

@rainersigwald rainersigwald enabled auto-merge (squash) June 14, 2024 15:00
@rainersigwald rainersigwald merged commit 0b6e073 into dotnet:main Jun 17, 2024
10 checks passed
@rainersigwald rainersigwald deleted the no-arm64-taskhost branch June 17, 2024 10:09
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