예제 #1
0
 public static IStepBuilder ShellBash(this IStepBuilder step)
 {
     step.Shell("bash");
     return(step);
 }
예제 #2
0
 public static IStepBuilder ShellPowerShell(this IStepBuilder step)
 {
     step.Shell("pwsh");
     return(step);
 }