Esempio n. 1
0
 /// <summary>
 /// Gets the deployment engine.
 /// </summary>
 /// <param name="app">The application.</param>
 /// <returns><see cref="IDeploymentEngine"/></returns>
 protected virtual IDeploymentEngine GetDeploymentEngine(CommandLineApplication app)
 {
     return(CommandHelper.GetConfiguration().CreateEngine(_productPath.Value(), string.Empty));
 }