コード例 #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);
 }