## Steps to reproduce Inspect the latest package at: https://dotnet.myget.org/feed/dotnet-core/package/nuget/runtime.linux-arm.Microsoft.NETCore.App ## Expected behavior The package should have both `tools/crossgen` `tools/x64_arm64/crossgen` ## Actual behavior The package only contains `tools/crossgen` ## Notes See the conversation at: https://github.com/dotnet/cli/pull/8896#issuecomment-378781465 We should change https://github.com/dotnet/core-setup/blob/e132169c6bd78f58a488cbd0de412433296f642b/src/pkg/projects/Microsoft.NETCore.App/src/Microsoft.NETCore.App.depproj#L149-L152 to recursively include all the folders under `tools` as well. /cc @weshaggard @ericstj