From ca2a87ab7454710725d9089a7276317f7db78811 Mon Sep 17 00:00:00 2001 From: "Antoine Martin" Date: Wed, 15 Dec 2021 22:17:24 +0000 Subject: [PATCH 1/1] Disable package validation Disable package validation which breaks our build. There's no need to run validation in RPM packages anyway. (See https://github.com/dotnet/runtime/pull/60881) --- eng/packaging.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/packaging.targets b/eng/packaging.targets index d3d94a98fa7..bce78be0d39 100644 --- a/eng/packaging.targets +++ b/eng/packaging.targets @@ -6,7 +6,7 @@ version causing the task to be in torn-state. See https://github.com/dotnet/runtime/pull/61697. https://github.com/dotnet/runtime/issues/60883 tracks fixing this in 6.0 and removing this condition. --> - true + false true 6.0.0 -- 2.35.1