1

Power Platform Pipeline - Previous Solution Version deployment for which pipeline doesn't exist.




As per the MS documentation, we can redeploy the solution using previous pipeline run but as I mentioned in the ticket, I am not able to deploy the previous solution version for which pipeline doesn’t exist. Please find the steps to reproduce the issue as below:

 

  1. Deploy solution version 1.0.0.1 from Dev to UAT
  2. Deploy Solution version 1.0.0.2 from Dev to UAT
  3. Deploy Solution version 1.0.0.3 from Dev to UAT
  4. Deploy Solution version 1.0.0.3 from UAT to Prod (Prod has latest version 1.0.0.3)
  5. Let’s consider there are some bugs so after fixing the bugs, deploy Solution version 1.0.0.4 from Dev to UAT (Still Prod has version 1.0.0.3)
  6. Let’s consider business wants new functionality so after implementing it, deploy solution version 1.0.0.5 from Dev to UAT (Still Prod has version 1.0.0.3)
  7. Now if business does not want new functionality in prod so we must deploy solution 1.0.0.4 from UAT to Prod but in UAT latest version is 1.0.0.5, So how can we deploy 1.0.0.4 from UAT to Prod as pipeline to deploy 1.0.0.4 from UAT to Prod doesn’t exist.


Category: General
STATUS DETAILS
New