Skip to content

Commit

Permalink
Added a %(RecursiveDir) element to the props file, this causes file…
Browse files Browse the repository at this point in the history
…s to be copied along with the folder structure rather than dumped into the root. (#561)
  • Loading branch information
martindevans authored Mar 3, 2024
1 parent ef24196 commit defac00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LLama/runtimes/build/LLamaSharpBackend.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Content Include="$(MSBuildThisFileDirectory)\..\..\runtimes\**\*.*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
<Link>%(Filename)%(Extension)</Link>
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
</Content>
</ItemGroup>

Expand Down

0 comments on commit defac00

Please sign in to comment.