From f245153f9523f4cd444d7c63e1537dca8a6fda82 Mon Sep 17 00:00:00 2001 From: Milena Hristova Date: Fri, 23 Feb 2024 11:58:36 +0100 Subject: [PATCH 1/2] Set assets manifest metadata for assets that get shipped with .NET release (#98824) * add metadata to manifest * set in ItemDefinitionGroup * remove from items * comment --- src/installer/prepare-artifacts.proj | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/installer/prepare-artifacts.proj b/src/installer/prepare-artifacts.proj index a4476a5d1e9d18..2de1d3b43d3a20 100644 --- a/src/installer/prepare-artifacts.proj +++ b/src/installer/prepare-artifacts.proj @@ -23,6 +23,8 @@ + + @@ -56,6 +58,16 @@ + + + + DotNetReleaseShipping=true + + + + - 3 + true - \ No newline at end of file + +