From a765531d0b10b39e53c39dd1f6a948a1cb1212a8 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Wed, 6 Oct 2021 15:14:57 -0700 Subject: [PATCH] Don't create a symbols archive in a PGO build. --- .../Microsoft.NETCore.App.Runtime.Composite.sfxproj | 2 +- .../Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.Composite.sfxproj b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.Composite.sfxproj index 5fe3ba422521d2..7d5a874a8547d1 100644 --- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.Composite.sfxproj +++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.Composite.sfxproj @@ -7,7 +7,7 @@ dotnet-runtime-internal-composite $(SharedFrameworkName).Composite $(SharedFrameworkName).Composite.PGO - true + true dotnet-runtime-composite-symbols true true diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj index 1d43304d72be4e..ae250acbad5a29 100644 --- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj +++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj @@ -8,7 +8,7 @@ dotnet-runtime dotnet-runtime-internal $(SharedFrameworkName).PGO - true + true dotnet-runtime-symbols NetCore.SharedFramework true