How do I get notification that the local Visual Studio build is complete?

后端 未结 8 1871
你的背包
你的背包 2020-12-29 04:12

There doesn\'t seem to be a post-build solution task. One could presumably hack it by creating a dummy project that is the last one to build and put a beep in the post-buil

8条回答
  •  梦毁少年i
    2020-12-29 04:52

    You could write a simple .bat file that you could add to the post-build events...

    Here a link: Pre-build Event/Post-build Event Command Line Dialog Box

提交回复
热议问题