Ejemplo n.º 1
0
 public IOfferRemoteDeployment IisWebApplication(string sourceDir, string webAppName, string webSiteName)
 {
     var webAppProvider = new WebAppDeploymentProvider(sourceDir, webAppName, webSiteName);
     _remoteSequence.Add(new RemoteWebDeployOperation(webAppProvider, _webDeploy));
     return this;
 }
Ejemplo n.º 2
0
 public IOfferRemoteDeployment IisWebApplication(string sourceDir, string webAppName, string webSiteName)
 {
     var webAppProvider = new WebAppDeploymentProvider(sourceDir, webAppName, webSiteName);
     AddOperation(webAppProvider);
     return this;
 }