Skip to content

Commit

Permalink
Try to add copy to publish dir option
Browse files Browse the repository at this point in the history
  • Loading branch information
deathbeam committed Oct 21, 2024
1 parent d90d460 commit 066bd4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Raylib.NET.Native/Raylib.NET.Native.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
<Content Include="$(OutputPath)runtimes/**/**" Link="%(Filename)%(Extension)">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<PackagePath>runtimes/</PackagePath>
<CopyToPublishDirectory Condition="'$(SkipRuntimes)' == 'true'">Never</CopyToPublishDirectory>
</Content>
</ItemGroup>

Expand Down

0 comments on commit 066bd4d

Please sign in to comment.