/// <summary>
 /// Before a build do not clear the tasks, just save any
 /// dirty files.
 /// </summary>
 public override void BeforeBuild()
 {
     SaveAllFiles.SaveAll();
 }
 /// <summary>
 /// Before a build do not clear the tasks, just save any
 /// dirty files.
 /// </summary>
 public override void BeforeBuild()
 {
     ProjectService.RaiseEventStartBuild();
     SaveAllFiles.SaveAll();
 }