Skip to content

Commit

Permalink
Targets in mases.jnet.targets explicitly declares the project name (#500
Browse files Browse the repository at this point in the history
)
  • Loading branch information
masesdevelopers authored Jul 29, 2024
1 parent 09fb2fc commit d3e6edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/net/JNet/mases.jnet.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<jnet_jars Include="$(MSBuildThisFileDirectory)\jars\*.*" />
</ItemGroup>

<Target Name="CopyFilesNative" BeforeTargets="Build">
<Target Name="JNet_CopyFilesNative" BeforeTargets="Build">
<Copy SourceFiles="@(jnet_jars)" DestinationFolder="$(TargetDir)\jars" />
</Target>

<Target Name="CopyFilesNativePublish" BeforeTargets="Publish">
<Target Name="JNet_CopyFilesNativePublish" BeforeTargets="Publish">
<Copy SourceFiles="@(jnet_jars)" DestinationFolder="$(PublishDir)\jars" />
</Target>
</Project>

0 comments on commit d3e6edf

Please sign in to comment.