gpt4 book ai didi

build-automation - 为什么我的Web部署因超时异常而失败

转载 作者:行者123 更新时间:2023-12-04 07:24:58 25 4
gpt4 key购买 nike

我正在尝试在构建过程中设置网站的自动部署。我可以通过Visual Studio 2012发布,但是当我尝试进行TFS构建自动部署时,出现超时错误。

这是我对TFS生成过程的命令:

/p:DeployOnBuild=True /p:DeployTarget=MsDeployPublish /p:CreatePackageOnPublish=True 
/p:MSDeployPublishMethod=WMSVC /p:MSDeployServiceUrl=http://<MyServer>
/p:DeployIisAppPath="InitiationTool" /p:UserName=BGRSDEV\admin /p:Password=<mypassword>

这是错误消息:
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\Web\Microsoft.Web.Publishing.targets (4193): Web deployment task failed. (Could not complete the request to remote agent URL 'http://:8172/msdeploy.axd?site=InitiationTool'.)Could not complete the request to remote agent URL 'http://:8172/msdeploy.axd?site=InitiationTool'. The operation has timed out

I have tried running the msdeploy.exe dump command and get the same behavior.

This works:

msdeploy.exe -verb:dump -source:iisapp="InitiationTool",computername=http://<MyServer>/MSDEPLOYAGENTSERVICE,username=BGRSDEV\admin,password=<mypassword>

这超时了:
msdeploy.exe -verb:dump -source:iisapp="InitiationTool",computername="http://<MyServer>:8172/msdeploy.axd?site=InitiationTool",username=BGRSDEV\admin,password=<mypassword>,authType=basic -allowUntrusted

有任何想法吗?

谢谢

最佳答案

我在其他地方找到了答案,但万一有人来,我需要使用https而不是http。而且我需要为不受信任的证书添加标志。/p:AllowUntrustedCertificate = True

关于build-automation - 为什么我的Web部署因超时异常而失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17458249/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com