Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Always copy linux script to target
Browse files Browse the repository at this point in the history
  • Loading branch information
dmweis committed Oct 17, 2017
1 parent 9ace19b commit 903d3b3
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@
<ProjectReference Include="..\DynamixelServo.Quadruped\DynamixelServo.Quadruped.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="run_linux.sh">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>

0 comments on commit 903d3b3

Please sign in to comment.