是否可以使用Visual Studio Online中的Web Deploy?

时间:2015-12-05 17:41:15

标签: amazon-web-services azure-devops one-click-web-publishing

我想在Visual Studio Online中构建,然后在Web发布到Amazon。

这可能吗?或者它只发布到Azure?

2 个答案:

答案 0 :(得分:2)

它发布到你喜欢的任何地方。

使用PowerShell,Batch或ShellScript任务以您想要的任何方式部署到您喜欢的任何系统。

更好的是,创建一个具有发布管理功能的专业发布管道,并部署到许多环境中。

答案 1 :(得分:1)

我运行了MSBuild并添加了以下参数...

/P:DeployOnBuild=True
/P:DeployTarget=MSDeployPublish
/P:DeployIISAppPath=MyWebsite
/P:AllowUntrustedCertificate=True
/P:MSDeployPublishMethod=WMSvc
/P:CreatePackageOnPublish=True
/P:MsDeployServiceUrl=https://DOMAIN/MsDeploy.axd
/P:UserName=User1
/P:Password=******