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

Commits on Jun 12, 2024

  1. Drop MSBuildTaskHost resources from ARM64

    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 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6376a79 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    12b3359 View commit details
    Browse the repository at this point in the history