Would be a nice thing - do I have to write a script or can't I just tweak the build script to do some task?
相关问题
- Can we recover audio from MFCC coefficients?
- How to know full paths to DLL's from .csproj f
- Importing NuGet references through a local project
- Is there a way to play audio on a mobile browser w
- Visual Studio 2019 - error MSB8020: The build tool
相关文章
- How to show location of errors, references to memb
- How to track MongoDB requests from a console appli
- Visual Studio Hangs on Loading UI Library
- Android Visualizer class throwing runtime exceptio
- How to use Mercurial from Visual Studio 2010?
- Copy different file to output directory for releas
- Edit & Continue doesn't work
- “Csc.exe” exited with code -1073741819
Windows already has support for this, go to the Control Panel and open up Sounds and Audio Devices. Under the Sounds tab there is a section for program events. If you scroll down far enough one of the sections will be Microsoft Visual Studio. Then just pick the sound you want to hear for Build Succeeded and Build Failed. You will need to restart Visual Studio after choosing your sounds.
I also wrote an extension for Visual Studio to achieve that. It also can play a sound when tests finished to run.
Visual Studio Ding extension
If you don't want to enable it for every single build, you can make an application that plays a sound, and add it into the post build event for that project.