Remove manual DLL copy from ILCompiler build task (#79783)
authorAndy Gocke <angocke@microsoft.com>
Tue, 31 Jan 2023 23:04:17 +0000 (15:04 -0800)
committerGitHub <noreply@github.com>
Tue, 31 Jan 2023 23:04:17 +0000 (15:04 -0800)
commit330d132cc697c33656e15992e4a2c9f79e62d1a9
tree32f91a984e0f1c3ec1c4b2cbc0d78edc37c42b32
parent46841c1adf4982e23c72dd47e4e188a333296661
Remove manual DLL copy from ILCompiler build task (#79783)

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.
src/coreclr/tools/aot/ILCompiler.Build.Tasks/ILCompiler.Build.Tasks.csproj