From 7ff3ac64bbd82144c0c9a00d09763cfeeb3f438d Mon Sep 17 00:00:00 2001 From: Andy Gocke Date: Tue, 26 Apr 2022 16:56:10 -0700 Subject: Retry publish crossgen as AOT (#67636) Brings back the earlier change to publish crossgen as AOT with a fix for restore flakiness (#65948) Closes #60016 (cherry picked from commit 0d1e04ba2a9ebc9d21a7f65db00407dd0056b547) Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com> Co-authored-by: Viktor Hofer --- eng/liveBuilds.targets | 1 + 1 file changed, 1 insertion(+) (limited to 'eng/liveBuilds.targets') diff --git a/eng/liveBuilds.targets b/eng/liveBuilds.targets index a8e8fffe470..77e9a90b97d 100644 --- a/eng/liveBuilds.targets +++ b/eng/liveBuilds.targets @@ -49,6 +49,7 @@ x86 x64 x64 + $(CoreCLRArtifactsPath)/corehost/singlefilehost$(ExeSuffix) -- cgit v1.2.3