From e9d8d30b2f12330044ba2b9e0a13e91e67a9da4a Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 21 Sep 2022 16:01:25 +0200 Subject: [PATCH] Flow internal transport packages during servicing This makes sure that partner repositories have their internal transport packages available. This needs to be set explicitly as during servicing, libraries only publish on demand. This also fixes broken 7.0 servicing builds which require at least one package to be published. Manual, partial backport of c5a20f916b465707919aa5b6a78f7c4c7675c423. --- eng/packaging.targets | 3 +-- .../Microsoft.Internal.Runtime.AspNetCore.Transport.proj | 6 ++++++ ...Microsoft.Internal.Runtime.WindowsDesktop.Transport.proj | 6 ++++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/eng/packaging.targets b/eng/packaging.targets index f5a82c3d36e93e..b1d859952ccf5a 100644 --- a/eng/packaging.targets +++ b/eng/packaging.targets @@ -19,9 +19,8 @@ '$(IsRIDSpecificProject)' == 'true') and '$(PreReleaseVersionLabel)' != 'servicing' and '$(GitHubRepositoryName)' != 'runtimelab'">true - false - true diff --git a/src/libraries/Microsoft.Internal.Runtime.AspNetCore.Transport/src/Microsoft.Internal.Runtime.AspNetCore.Transport.proj b/src/libraries/Microsoft.Internal.Runtime.AspNetCore.Transport/src/Microsoft.Internal.Runtime.AspNetCore.Transport.proj index cd8628c81afd08..9f63a459918dbf 100644 --- a/src/libraries/Microsoft.Internal.Runtime.AspNetCore.Transport/src/Microsoft.Internal.Runtime.AspNetCore.Transport.proj +++ b/src/libraries/Microsoft.Internal.Runtime.AspNetCore.Transport/src/Microsoft.Internal.Runtime.AspNetCore.Transport.proj @@ -13,6 +13,12 @@ $(NoWarn);NU5131 + + + true + $(PatchVersion) + + $(NoWarn);NU5131 + + + true + $(PatchVersion) + +