我正在 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).
Run Code Online (Sandbox Code Playgroud)
你能帮我解决这个错误吗,我需要部署我的应用程序。
azure-devops ×1