Exemplo n.º 1
0
 public void Execute(TemplatePlanContext context)
 {
     if(shouldExecute(context))
     {
         _rakeRunner.Run(context, getRakeFile(context));
     }
 }