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" />
|
||||
</Target>
|
||||
|
||||
<Target Name="LayoutWorkloadUserLocalMarker">
|
||||
<WriteLinesToFile File="$(RedistLayoutPath)metadata/workloads/userlocal"
|
||||
Overwrite="true" />
|
||||
</Target>
|
||||
|
||||
|
||||
<Target Name="LayoutAppHostTemplate" DependsOnTargets="RunResolvePackageDependencies">
|
||||
|
||||
<PropertyGroup>
|
||||
|
@ -535,6 +541,7 @@
|
|||
LayoutRuntimeGraph;
|
||||
LayoutTemplates;
|
||||
LayoutManifests;
|
||||
LayoutWorkloadUserLocalMarker;
|
||||
LayoutBundledTools;
|
||||
RetargetTools;
|
||||
CrossgenLayout;
|
||||
|
|
Loading…
Reference in a new issue