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