Recently some of our Azure DevOps pipelines started to fail. We noticed that this only happened on pipelines where we had tasks that used Powershell behind the scenes.
The error message we got looked like this:
Cannot process an element with node type "Text"
A search on the Internet brought us to a solution. Disabling the “Run PowerShell in Parallel” setting solved the problem.
Anyone with a better solution?