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

Conversation

agocke
Copy link
Member

@agocke agocke commented Dec 17, 2022

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.

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.
…Tasks.csproj

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
@agocke agocke merged commit 330d132 into dotnet:main Jan 31, 2023
@agocke agocke deleted the aot-packageref branch January 31, 2023 23:04
@ghost ghost locked as resolved and limited conversation to collaborators Mar 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants