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

后端 未结 8 1865
你的背包
你的背包 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条回答
  • 2020-12-29 05:06

    I use Growl with visual studio add on. It's also working with VS2013 by using this tweak.

    0 讨论(0)
  • 2020-12-29 05:08

    I have used this.
    It's pretty neat for visual notification, while the options posted by others are all fine for audio.

    0 讨论(0)
提交回复
热议问题