Change the name of the file and add tizen. This will have to wait till the SDK PR is in most likely.
This commit is contained in:
parent
f9a33308e5
commit
c67f9466a5
1 changed files with 7 additions and 3 deletions
|
@ -481,7 +481,7 @@
|
|||
Overwrite="true" />
|
||||
</Target>
|
||||
|
||||
<Target Name="CopyIncludedWorkloadManifestFile" >
|
||||
<Target Name="CopyKnownWorkloadManifestFile" >
|
||||
|
||||
<ItemGroup>
|
||||
<WorkloadManifestFilesContent Include="$([MSBuild]::ValueOrDefault('%(BundledManifests.Identity)', '').ToLower())" />
|
||||
|
@ -489,7 +489,11 @@
|
|||
|
||||
<Error Text="No workload manifest content found." Condition="'@(WorkloadManifestFilesContent->Count())' == '0'" />
|
||||
|
||||
<WriteLinesToFile File="$(SdkOutputDirectory)IncludedWorkloadManifests.txt"
|
||||
<ItemGroup>
|
||||
<WorkloadManifestFilesContent Include="samsung.net.sdk.tizen" />
|
||||
</ItemGroup>
|
||||
|
||||
<WriteLinesToFile File="$(SdkOutputDirectory)KnownWorkloadManifests.txt"
|
||||
Lines="@(WorkloadManifestFilesContent)"
|
||||
Overwrite="true" />
|
||||
</Target>
|
||||
|
@ -565,7 +569,7 @@
|
|||
LayoutBundledComponents;
|
||||
GenerateFullNuGetVersion;
|
||||
GenerateVersionFile;
|
||||
CopyIncludedWorkloadManifestFile;
|
||||
CopyKnownWorkloadManifestFile;
|
||||
GenerateBundledVersions;
|
||||
LayoutRuntimeGraph;
|
||||
LayoutTemplates;
|
||||
|
|
Loading…
Reference in a new issue