Description
AL-Go version
7.1
Describe the issue
Since Wednesday, deployments to this specific customer have been failing without our knowledge.
The workflows have executed without any visible errors, but upon inspecting the logs, it’s clear that the same version of the app is installed both before and after deployment - indicating that no actual update has taken place.
The root cause, which I’ll explain below, was introduced on our end. However, I had expected the workflow to catch and flag this issue.
Expected behavior
If the app from the build was not installed the deploy should fail.
Steps to reproduce
One of our developers accidentally deployed version 24.24.2.237 directly from Visual Studio Code, which assigned the app a dev scope.
The latest workflow is trying to install version 24.24.1.248, but downgrading from a dev-scoped app isn’t allowed. Despite this, the workflow completed without error, which made the issue difficult to identify.
We then later removed the dev-scoped app which allowed us to atleast get an error due to the version being lower than 24.24.2.X
Additional context (logs, screenshots, etc.)
No response