From 4fc3df22ddcebcea46fc2727ef3a51870ec1ec38 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 22 Nov 2023 17:55:28 +0100 Subject: [PATCH] Fix incremental servicing condition (#95119) * Fix incremental servicing condition Makes non shipping packages always ship during servicing * Update packaging.targets * Update Directory.Build.props * Update Microsoft.Internal.Runtime.AspNetCore.Transport.proj * Update Microsoft.Internal.Runtime.WindowsDesktop.Transport.proj * Update packaging.targets --- eng/packaging.targets | 13 ++++++++++--- ...osoft.Internal.Runtime.AspNetCore.Transport.proj | 6 ------ ...t.Internal.Runtime.WindowsDesktop.Transport.proj | 6 ------ 3 files changed, 10 insertions(+), 15 deletions(-) diff --git a/eng/packaging.targets b/eng/packaging.targets index a1fbe07ed2a57..67405cb51aeff 100644 --- a/eng/packaging.targets +++ b/eng/packaging.targets @@ -21,13 +21,20 @@ true $(MSBuildThisFileDirectory)useSharedDesignerContext.txt PACKAGE.md + + false true - true - true - $(PatchVersion) - - $(NoWarn);NU5131;NU5128 - - - true - $(PatchVersion) - -