I have a project with a post build event:
copy $(ProjectDir)DbVerse\\Lunaverse.DbVerse.*.exe $(TargetDir)
It works fine every time on my m
As a matter of good practice I suggest you replace the post build event with a MS Build File Copy task.