From cd22690d26dee7247b6d8c72c8715d2b0979c776 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Thu, 6 Mar 2025 16:48:51 -0800 Subject: [PATCH 1/2] Deduplidate assets in VMR builds --- eng/Publishing.props | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index 8f1e1fb81..a64b2808c 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -8,6 +8,21 @@ $(TargetArchitecture) + + + true + true + + + + true + + @@ -22,7 +37,7 @@ + Condition="'$(ShouldGenerateProductVersionFiles)' == 'true'"> From 76d1c27b8ae747edeec1f7fefadbdeb0aec1e47d Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Fri, 7 Mar 2025 07:36:53 -0800 Subject: [PATCH 2/2] Update Publishing.props Co-authored-by: Viktor Hofer --- eng/Publishing.props | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index a64b2808c..a4c14cb17 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -14,13 +14,9 @@ This ensures that we don't produce these files in the "Repo source build" builds, but we do produce them in both the VMR and the runtime official build. --> - - true - true - - - - true + + true + true