From 3de9f407d3d2c25bd6b2a8801a62f7882e753dc9 Mon Sep 17 00:00:00 2001 From: Jackson Schuster <36744439+jtschuster@users.noreply.github.com> Date: Thu, 18 Jan 2024 09:04:13 -0800 Subject: [PATCH] Don't disable crossgen in crossbuild verticals --- src/coreclr/tools/aot/ILCompiler/ILCompiler.csproj | 1 - src/coreclr/tools/aot/crossgen2/crossgen2_publish.csproj | 1 - 2 files changed, 2 deletions(-) diff --git a/src/coreclr/tools/aot/ILCompiler/ILCompiler.csproj b/src/coreclr/tools/aot/ILCompiler/ILCompiler.csproj index d3ccae71ef5cb4..6c94731ffdade7 100644 --- a/src/coreclr/tools/aot/ILCompiler/ILCompiler.csproj +++ b/src/coreclr/tools/aot/ILCompiler/ILCompiler.csproj @@ -19,7 +19,6 @@ $(ROOTFS_DIR) true true - false true true diff --git a/src/coreclr/tools/aot/crossgen2/crossgen2_publish.csproj b/src/coreclr/tools/aot/crossgen2/crossgen2_publish.csproj index 2416920ed40552..369f21bf689be9 100644 --- a/src/coreclr/tools/aot/crossgen2/crossgen2_publish.csproj +++ b/src/coreclr/tools/aot/crossgen2/crossgen2_publish.csproj @@ -28,7 +28,6 @@ false false - false $(PublishReadyToRun)