From 0d1e04ba2a9ebc9d21a7f65db00407dd0056b547 Mon Sep 17 00:00:00 2001 From: Andy Gocke Date: Fri, 1 Apr 2022 10:22:28 -0700 Subject: Publish crossgen as AOT if supported by the target platform (#65948) Publishes crossgen as an AOT binary on Windows+Linux x64+ARM64, otherwise publishes as an R2R single file. Closes #60016 --- eng/liveBuilds.targets | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'eng/liveBuilds.targets') diff --git a/eng/liveBuilds.targets b/eng/liveBuilds.targets index a8e8fffe470..0583f48aed5 100644 --- a/eng/liveBuilds.targets +++ b/eng/liveBuilds.targets @@ -49,6 +49,7 @@ x86 x64 x64 + $(CoreCLRArtifactsPath)/corehost/singlefilehost$(ExeSuffix) @@ -222,4 +223,18 @@ $(RuntimeIdGraphDefinitionFile) + + + + + + + + $(MicrosoftNetCoreAppRuntimePackDir) + + + -- cgit v1.2.3