Forum Discussion
Power Deployment Pipeline not recognize Azure DevOps pull requests
Hi team
I'm testing Power BI deployment pipeline integrated Git and that works fine. However, if I do create a pull request in Azure DevOps the PBI deployment service does not recognize previous changes. It's pretty much the same, but instead of use Deploy button I did push all changes via Azure PR. It there anything that may I do to fix that?
- Anonymous2 years ago
Hi Johonnatan ,
Based on the information you describe, it seems that the issue may be related to the way the deployment pipeline is configured to recognize changes or the way pull requests are handled in Azure DevOps.
Please see the following documentation for more information on configuring branch policies.Azure DevOps build pipeline integration with Power BI Desktop projects - Power BI | Microsoft Learn
Best Regards,
Adamk KongIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
3 Replies
- JohonnatanHelper I
One more info. I realized that logicalId in '.platform' file changed when I did push the changes via DevOps, but keeps the same via Deploy button (native PBI pipeline).
- AnonymousNot applicable
Hi Johonnatan ,
Based on the information you describe, it seems that the issue may be related to the way the deployment pipeline is configured to recognize changes or the way pull requests are handled in Azure DevOps.
Please see the following documentation for more information on configuring branch policies.Azure DevOps build pipeline integration with Power BI Desktop projects - Power BI | Microsoft Learn
Best Regards,
Adamk KongIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- JohonnatanHelper I
Anonymous
In this case, is it mandatory set up YAML file? If so, is there any tool for support me on that? I'm not familiar with Azure Devops pipelines.
At the beginning, I thought that would be just add Git info in workspace settings and done, not Azure orchestrating branches via YAML.
Should not PBI manage this part via native source control?