Hello,
I came across a strange habit of the pipeline feature.
We have a solution with a condition where we have to compare a string.
Unfortunately the solution containing that flow is updated fine in our dev envr but once deployed using the pipeline everything is updated except that specific condition. I changed the flow trigger and even that step is updated and deployed properly.
We tried patching solutions, multiple versions of deployment, import export but nothing seems to work.
Our solution was to create a new solution only containing the updated flow and than using the pipeline. Surprisingly that worked.
Does somebody know when pipeline face such errors. We have solutions with multiple flows as usual and I don't want to check each step and flow if the pipeline worked as expected.