Skip to content

Commit

Permalink
Copy Cecil.Inject instead of moving it during build
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorsington committed Aug 25, 2018
1 parent 57798ae commit eae3350
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@
<MakeDir Directories="$(OutputDirectory)/Sybaris/UnityInjector" />
<Move SourceFiles="$(OutputPath)\$(AssemblyName).dll" DestinationFiles="$(OutputPath)\Sybaris\UnityInjector\$(AssemblyName).dll" />
<Move SourceFiles="$(OutputPath)\MsgPack.dll" DestinationFiles="$(OutputPath)\Sybaris\MsgPack.dll" />
<Move SourceFiles="$(OutputPath)\Mono.Cecil.Inject.dll" DestinationFiles="$(OutputPath)\Sybaris\Mono.Cecil.Inject.dll" />
<Copy SourceFiles="$(OutputPath)\Mono.Cecil.Inject.dll" DestinationFiles="$(OutputPath)\Sybaris\Mono.Cecil.Inject.dll" />
</Target>
</Project>

0 comments on commit eae3350

Please sign in to comment.