Skip to content

Commit

Permalink
Only copy dll map file for desktop platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancheung committed Mar 21, 2024
1 parent d90513b commit d4314c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FNA.NET.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ItemGroup>
<Files Include="$(MSBuildThisFileDirectory)/../contentFiles/*.*" />
</ItemGroup>
<Target Name="CopyFiles" AfterTargets="Build">
<Target Name="CopyFiles" AfterTargets="Build" Condition="'$(TargetFramework)' != 'net8.0-android' And '$(TargetFramework)' != 'net8.0-ios' And '$(TargetFramework)' != 'net8.0-tvos'">
<Copy SourceFiles="@(Files)" DestinationFolder="$(TargetDir)" />
</Target>
</Project>

0 comments on commit d4314c4

Please sign in to comment.