Skip to content

Commit

Permalink
Create userlocal workload installation marker file for source build
Browse files Browse the repository at this point in the history
  • Loading branch information
dsplaisted committed Sep 18, 2021
1 parent 4ee8c99 commit a9e2a94
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/redist/targets/GenerateLayout.targets
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,12 @@
Overwrite="true" />
</Target>

<Target Name="LayoutWorkloadUserLocalMarker">
<WriteLinesToFile File="$(RedistLayoutPath)metadata/workloads/userlocal"
Overwrite="true" />
</Target>


<Target Name="LayoutAppHostTemplate" DependsOnTargets="RunResolvePackageDependencies">

<PropertyGroup>
Expand Down Expand Up @@ -535,6 +541,7 @@
LayoutRuntimeGraph;
LayoutTemplates;
LayoutManifests;
LayoutWorkloadUserLocalMarker;
LayoutBundledTools;
RetargetTools;
CrossgenLayout;
Expand Down

0 comments on commit a9e2a94

Please sign in to comment.