Ejemplo n.º 1
0
 public static IServiceManager CreateServiceManager()
 {
     return(new ServiceManager(CakeHelper.CreateEnvironment(), new DebugLog(), CakeHelper.CreatePowershellRunner()));
 }
Ejemplo n.º 2
0
 public static IPowershellRunner CreatePowershellRunner()
 {
     return(new PowershellRunner(CakeHelper.CreateEnvironment(), new DebugLog()));
 }