Add IncludedWorkloadManifest.txt
This commit is contained in:
parent
78a1bc32ce
commit
7775f51a07
1 changed files with 10 additions and 0 deletions
|
@ -440,6 +440,15 @@
|
||||||
Overwrite="true" />
|
Overwrite="true" />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
|
<Target Name="CopyIncludedWorkloadManifestFile" >
|
||||||
|
<ItemGroup>
|
||||||
|
<WorkloadManifestFilesContent Include="$([MSBuild]::ValueOrDefault('%(BundledManifests.WorkloadManifestId)', '').ToLower())" />
|
||||||
|
</ItemGroup>
|
||||||
|
<WriteLinesToFile File="$(SdkOutputDirectory)IncludedWorkloadManifests.txt"
|
||||||
|
Lines="@(WorkloadManifestFilesContent)"
|
||||||
|
Overwrite="true" />
|
||||||
|
</Target>
|
||||||
|
|
||||||
<Target Name="LayoutAppHostTemplate" DependsOnTargets="RunResolvePackageDependencies">
|
<Target Name="LayoutAppHostTemplate" DependsOnTargets="RunResolvePackageDependencies">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
@ -504,6 +513,7 @@
|
||||||
LayoutBundledComponents;
|
LayoutBundledComponents;
|
||||||
GenerateFullNuGetVersion;
|
GenerateFullNuGetVersion;
|
||||||
GenerateVersionFile;
|
GenerateVersionFile;
|
||||||
|
CopyIncludedWorkloadManifestFile;
|
||||||
GenerateBundledVersions;
|
GenerateBundledVersions;
|
||||||
LayoutRuntimeGraph;
|
LayoutRuntimeGraph;
|
||||||
LayoutTemplates;
|
LayoutTemplates;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue