Hi @IcDaan
A few suggestions for things to try courtesy of AI:
Practical steps to try, roughly in order:
-
In the cloud portal, trigger a fresh extraction so the stored diff regenerates against current state, then re-run the pipeline.
-
Verify
Umbraco.Deploy.*(Cloud, Core, Infrastructure) NuGet versions are identical between your repo and what’s deployed to the cloud environment. -
If the environments genuinely have matching content and this is purely a serialization-version textual conflict, you can resolve by pulling the current cloud
.udafiles down (clone the cloud git remote), letting them overwrite your local revision folder, committing, and pushing — which re-baselines everyone to the same__version. -
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