From a3e997d43318a15a40401a1f2619e7bcd7ce0b8f Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Mon, 22 Jun 2026 00:00:00 +0200 Subject: [PATCH] Do not ReadyToRun-publish the proto tools on ppc64le ppc64le has no crossgen2 backend. Disable EnablePublishReadyToRun for the proto/bootstrap tools there, mirroring the existing Mono carve-out. --- Directory.Build.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Directory.Build.props b/Directory.Build.props index 6b185cdbab0..08a1434cdc1 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -42,6 +42,8 @@ true + + false false