Create userlocal workload installation marker file for source build
Fixes https://github.com/dotnet/source-build/issues/2460
This commit is contained in:
parent
4ee8c9997f
commit
a9e2a941da
1 changed files with 7 additions and 0 deletions
|
@ -466,6 +466,12 @@
|
||||||
Overwrite="true" />
|
Overwrite="true" />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
|
<Target Name="LayoutWorkloadUserLocalMarker">
|
||||||
|
<WriteLinesToFile File="$(RedistLayoutPath)metadata/workloads/userlocal"
|
||||||
|
Overwrite="true" />
|
||||||
|
</Target>
|
||||||
|
|
||||||
|
|
||||||
<Target Name="LayoutAppHostTemplate" DependsOnTargets="RunResolvePackageDependencies">
|
<Target Name="LayoutAppHostTemplate" DependsOnTargets="RunResolvePackageDependencies">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
@ -535,6 +541,7 @@
|
||||||
LayoutRuntimeGraph;
|
LayoutRuntimeGraph;
|
||||||
LayoutTemplates;
|
LayoutTemplates;
|
||||||
LayoutManifests;
|
LayoutManifests;
|
||||||
|
LayoutWorkloadUserLocalMarker;
|
||||||
LayoutBundledTools;
|
LayoutBundledTools;
|
||||||
RetargetTools;
|
RetargetTools;
|
||||||
CrossgenLayout;
|
CrossgenLayout;
|
||||||
|
|
Loading…
Reference in a new issue