Azure devops 无法处理节点类型为“Text”的元素。azure devops版本中仅支持元素和EndElement节点类型

Azure devops 无法处理节点类型为“Text”的元素。azure devops版本中仅支持元素和EndElement节点类型,azure-devops,Azure Devops,我正在Azure Devops中为DotNet应用程序执行发布和部署 执行发布时,“部署IIS应用程序”任务引发错误,如下所示: System.Management.Automation.Remoting.PSRemotingTransportException: The background process reported an error with the following message: Cannot process an element with node type "Text".

我正在Azure Devops中为DotNet应用程序执行发布和部署

执行发布时,“部署IIS应用程序”任务引发错误,如下所示:

System.Management.Automation.Remoting.PSRemotingTransportException:
The background process reported an error with the following message:
Cannot process an element with node type "Text".
Only Element and EndElement node types are supported.

at System.Management.Automation.Remoting.OutOfProcessUtils.ProcessData(String data, DataProcessingDelegates callbacks).

你能帮我解决这个错误吗,我需要部署我的应用程序。

我在Azure Devops中遇到类似问题,解决方法是取消选中deploy IIS App Task中的deploy in Parallel(并行部署)选项。希望这对您有所帮助。

我在Azure Devops中遇到类似问题,解决方法是取消选中deploy in Parallel(并行部署)选项(部署IIS App Task)。希望这对您有所帮助您。

取消选中并行部署框对我也很有用,谢谢!解开并行部署框对我也很有用,谢谢!