Disable system sleep during long builds
- by Paul Alexander
From time to time I need to run a full build of the entire tool chain for our software on my development machine. To save on power my I've got my dev machine set to go sleep after 20 minutes of inactivity. Building the full tool chain can take up to an hour and I'll often just go to lunch. However, if I forget to disable sleep I can return to a sleeping machine with the build only partially complete.
What I'm looking for is a way to automatically disable sleep while MSBuild is running. Does anyone know of a simple way of doing this?