From a9e2a941da6a8399f0c8b5415b7a48a0bfbf9bfc Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Fri, 17 Sep 2021 17:58:36 -0700 Subject: [PATCH] Create userlocal workload installation marker file for source build Fixes https://github.com/dotnet/source-build/issues/2460 --- src/redist/targets/GenerateLayout.targets | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 26ada8fd0..384a41c62 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -466,6 +466,12 @@ Overwrite="true" /> + + + + + @@ -535,6 +541,7 @@ LayoutRuntimeGraph; LayoutTemplates; LayoutManifests; + LayoutWorkloadUserLocalMarker; LayoutBundledTools; RetargetTools; CrossgenLayout;