From 7deac7d6da3ce4e96d51d5f61a27ee85b7c42f60 Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Thu, 9 Feb 2023 13:37:12 -0500 Subject: [PATCH] Force building of Mono manifest packages when building via source-build Backport of https://github.com/dotnet/runtime/pull/81790 --- Directory.Build.props | 4 ++++ eng/Version.Details.xml | 1 + 2 files changed, 5 insertions(+) diff --git a/Directory.Build.props b/Directory.Build.props index e655ea11a49..3988a932b32 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,6 +7,10 @@ For offline builds we still set OfficialBuildId but we need to build all the packages for a single leg only, so we also take DotNetBuildFromSource into account. --> true + + true diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4bf5e4330df..85a437debfe 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,6 +91,7 @@ https://github.com/dotnet/emsdk c47bbefece200e429f8ed33494121fa9945f0ef9 + -- GitLab