Capgemini / powerapps-project-template

A Yeoman generator for scaffolding Power Apps projects based on our tooling and best practices.
MIT License
20 stars 6 forks source link

Import Config File Parsing Error #21

Closed tdashworth closed 3 years ago

tdashworth commented 3 years ago

The following error message is thrown when deploying with the Package Deployer.

Import of [redacted].Deployment.dll failed: System.Management.Automation.CmdletInvocationException: Config File Parsing Error ---> System.Exception: Config File Parsing Error

I believe this to be the below corruption to the ImportConfig.xml file.

What is generated:

  <templateconfig>&#xD;
  &#xD;
  </templateconfig>

What should be generated:

  <templateconfig>
  </templateconfig>