-
Notifications
You must be signed in to change notification settings - Fork 58
Description
- Power PLatform Build Tool Extension Version : 2.0.4
- DevOps Pipeline Task : Power Platform Deploy Package
Behavior: In Azure DevOps pipeline, i define Power Platform Deploy Package task with the following properties:
- Authentication type: Username/password (no MFA support)
- Environment Url: refering my target environment
- Package File: referencing the DLL to my deployment package.
In my deployment package, i import various power platform solutions, among those solutions there is one solution that contains solution-aware dataflows
I get the following error in the output of the solution history.
I noticed that only Power Platform solutions that contains Dataflows are failing, as soon as i exclude the datafalows from my solutions it works.
Also there is no helpful information in the pipeline logs.
I also notice that i am only capable of running the deployment with the Authentication type: Username/password and i cannot run it with Service Principal/client secret , otherwise i cannot see the dataflow appearing in the dataflow list.
The deployment has to be done using an office 365 and not using app registration (application user), otherwise the dataflows are not display in the UI in https://make.powerapps.com.
