Azure devops 从vsts 4294967295部署App serverice失败

Azure devops 从vsts 4294967295部署App serverice失败,azure-devops,azure-pipelines,Azure Devops,Azure Pipelines,我正在使用Azure应用程序服务部署从vsts生成发布。已从下拉列表中选择Azure订阅和应用程序服务名称 “MySite.scm.MyDomain.net”是在幕后发生的,因为我没有在构建中的任何地方使用它。我假设构建正在收集来自所选应用程序服务名称的信息 有没有想过是什么造成了这个问题,或者如何解决这个问题? 谢谢 不知道这个问题是否仍然存在。我刚收到这个错误,来这里寻找解决方法 我尝试再次运行发布(相同的发布管道),但没有成功。回到构建管道,创建了一个新的构建管道(已经成功了,我相信你也一

我正在使用Azure应用程序服务部署从vsts生成发布。已从下拉列表中选择Azure订阅和应用程序服务名称

“MySite.scm.MyDomain.net”是在幕后发生的,因为我没有在构建中的任何地方使用它。我假设构建正在收集来自所选应用程序服务名称的信息

有没有想过是什么造成了这个问题,或者如何解决这个问题? 谢谢


不知道这个问题是否仍然存在。我刚收到这个错误,来这里寻找解决方法

我尝试再次运行发布(相同的发布管道),但没有成功。回到构建管道,创建了一个新的构建管道(已经成功了,我相信你也一样,构建过程很顺利),然后发布了一个新版本


部署进行得很顺利

首先,请确保您可以访问
https://MySite.scm.MyDomain.net
。如果您可以访问URL,请在变量选项卡中设置
system.debug
=
true
,并在此处显示详细日志。
2017-09-19T17:28:03.5450487Z Got connection details for Azure App Service:'MySite'

2017-09-19T17:28:04.6242199Z [command]"C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe" -verb:sync -source:IisApp='d:\a\3\a\AZR-SMTPWS-CRR\20170919.6\' -dest:iisApp='MySite',ComputerName='https://MySite.scm.MyDomain.net:443/msdeploy.axd?site=MySite',UserName='********',Password='********',AuthType='Basic' -enableRule:DoNotDeleteRule -userAgent:VSTS_222220....

2017-09-19T17:28:05.3040153Z Info: Using ID 'guid' for connections to the remote server.

2017-09-19T17:28:05.5632720Z ##[error]Failed to deploy web package to App Service.

2017-09-19T17:28:05.5632720Z ##[error]Error Code: ERROR_DESTINATION_INVALID
More Information:  Could not connect to the remote computer ("MySite.scm.MyDomain.net"). Make sure that the remote computer name is correct and that you are able to connect to that computer.  Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_DESTINATION_INVALID.
Error: The remote name could not be resolved: 'MySite.scm.MyDomain.net'
Error count: 1.

2017-09-19T17:28:05.5642718Z ##[error]Error: C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe failed with return code: 4294967295

2017-09-19T17:28:05.5712722Z ##[warning]Error: getaddrinfo ENOTFOUND MySite.scm.MyDomain.net MySite.scm.MyDomain.net:443

2017-09-19T17:28:05.5792694Z ##[section]Finishing: WS Azure App Service Deploy