I'm trying to set up a cicd environment for a power automate desktop project where I will use the Azure devops pipeline.
I have configured the CICD environment for cloud flow but facing challenges in desktop flow. The release pipeline is failing while importing the solution in the target environment. Where i'm doing...
- I updated the repo settings in PowerApps, and everything is within a solution.
- Code is pushed to the Azure repo, Which triggers the build pipeline and generates the artifact.
- A generated artifact is used in the release pipeline to import solutions into the target environment.
- In the release pipeline, I'm using a pre-populated JSON file with connection references.