Example #1
0
 public static ITargetBuilder Do(this ITargetBuilder builder, Action action)
 {
     return(builder.Do(_ => action()));
 }