Skip to content

Commit

Permalink
Update TizenTpkAssemblyDirName (#272)
Browse files Browse the repository at this point in the history
* Update TizenTpkAssemblyDirName

* Add separator
  • Loading branch information
sung-su committed Feb 27, 2024
1 parent 5f9c7f6 commit 8ec538f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,13 @@ Copyright (c) Samsung All rights reserved.
-->
<Target Name="TizenComputeTpkAssemblyFiles" DependsOnTargets="ComputeFilesToPublish" Condition="'$(WebProject)' != 'true'">
<PropertyGroup>
<TizenTpkAssemblyDirName Condition=" '$(TizenTpkAssemblyDirName)' == '' ">bin</TizenTpkAssemblyDirName>
<PublishDepsFile>$(OutDir)$(ProjectDepsFileName)</PublishDepsFile>
</PropertyGroup>
<ItemGroup>
<!-- Copy all the assemblies -->
<TizenTpkAssemblyFiles Include="@(ResolvedFileToPublish)" KeepMetadata="$(TpkKeepMeta)" Condition="'%(RelativePath)' != '$(ProjectDepsFileName)'">
<TizenTpkSubDir>bin\</TizenTpkSubDir>
<TizenTpkSubDir>$(TizenTpkAssemblyDirName)\</TizenTpkSubDir>
<TizenTpkFileName>%(RelativePath)</TizenTpkFileName>
</TizenTpkAssemblyFiles>
<!-- Copy Current Projects deps.json to tpk root folder -->
Expand Down

0 comments on commit 8ec538f

Please sign in to comment.