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

Remove manual DLL copy from ILCompiler build task #79783

Merged
merged 2 commits into from
Jan 31, 2023

Commits on Dec 17, 2022

  1. Remove manual DLL copy from ILCompiler build task

    Rather than manually copying DLLs from the NuGet package directory
    we can just set an MSBuild property to copy package dependencies
    to the build output. This is also safer since it includes all the
    transitive dependencies.
    agocke committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    9169639 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Update src/coreclr/tools/aot/ILCompiler.Build.Tasks/ILCompiler.Build.…

    …Tasks.csproj
    
    Co-authored-by: Jan Kotas <jkotas@microsoft.com>
    agocke and jkotas committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e9e2b54 View commit details
    Browse the repository at this point in the history