Umbraco cloud CI/CD error: Patch cannot be applied - searches for old

Hi @IcDaan

A few suggestions for things to try courtesy of AI:

Practical steps to try, roughly in order:

  1. In the cloud portal, trigger a fresh extraction so the stored diff regenerates against current state, then re-run the pipeline.

  2. Verify Umbraco.Deploy.* (Cloud, Core, Infrastructure) NuGet versions are identical between your repo and what’s deployed to the cloud environment.

  3. If the environments genuinely have matching content and this is purely a serialization-version textual conflict, you can resolve by pulling the current cloud .uda files down (clone the cloud git remote), letting them overwrite your local revision folder, committing, and pushing — which re-baselines everyone to the same __version.

  4. Check whether an auto-upgrade ran on the cloud environment recently; that’s a frequent trigger for the artifact version stamp changing underneath you.

Justin