Post Build exited with code 1

后端 未结 18 1874
囚心锁ツ
囚心锁ツ 2020-12-04 16:11

I have a project with a post build event:

copy $(ProjectDir)DbVerse\\Lunaverse.DbVerse.*.exe  $(TargetDir)

It works fine every time on my m

18条回答
  •  情歌与酒
    2020-12-04 16:45

    As a matter of good practice I suggest you replace the post build event with a MS Build File Copy task.

提交回复
热议问题