From 330b6d8df6f20d72129361a83f19eeec5288d999 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Wed, 23 Oct 2024 17:02:55 -0700 Subject: [PATCH] Use the SDK support for packaging up PGO data in a way that can be consumed upstream Undoes a workaround (added in #53171) from when this support was introduced and we hadn't consumed a new-enough SDK. We definitely have now, so let the PGO flow! --- .../Microsoft.NETCore.App.Runtime.props | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props index b3ea66f32586ba..5eb98864e22bc6 100644 --- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props +++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props @@ -123,9 +123,7 @@ tools/$(CoreCLRCrossTargetComponentDirName)_$(TargetArchitecture) - tools - + Condition="Exists('$(CoreCLRArtifactsPath)StandardOptimizationData.mibc')" /> @@ -188,18 +186,6 @@ true - - - - - tools - - - - - -