Remove AOT compiler binaries from all mono runtime packs (#51782)
authorSteve Pfister <steveisok@users.noreply.github.com>
Fri, 7 May 2021 23:53:20 +0000 (19:53 -0400)
committerGitHub <noreply@github.com>
Fri, 7 May 2021 23:53:20 +0000 (19:53 -0400)
commitb9ac0e3f7f978cb1320be5e9af4315fae395518b
tree0243b74d416dffd0bc4f2888a2860ff56092401d
parent74cafe71de68fac46cd4956da98387bce9e1043c
Remove AOT compiler binaries from all mono runtime packs (#51782)

Since we now package AOT compilers separately and include them in the mono workload, there is no longer a need to have them in the mono runtime packs.

You can find the AOT compiler packs in the net6 feed with the following format:

Microsoft.NETCore.App.Runtime.AOT.<host-rid>.Cross.<target-rid>
13 files changed:
eng/liveBuilds.targets
eng/testing/tests.mobile.targets
eng/testing/tests.targets
src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.MonoCrossAOT.sfxproj
src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj
src/libraries/sendtohelixhelp.proj
src/mono/Directory.Build.props
src/mono/sample/Android/AndroidSampleApp.csproj
src/mono/sample/iOS/Program.csproj
src/mono/wasm/build/WasmApp.InTree.props
src/mono/wasm/build/WasmApp.LocalBuild.props
src/mono/wasm/build/WasmApp.LocalBuild.targets
src/mono/wasm/build/WasmApp.targets