Hey there!
In our build process we publish to our Customer Environments via automatic Release Pipelines. Sometimes our Developers accidentally publish their apps from VSCode into the Customer Environment. This leads to issues when trying to deploy apps with our release pipelines because you cannot publish an app as PTE if it is already deployed as Dev.
I am wondering if there is any way we can disable publishing as Dev in certain environments? Or maybe you have some best practices that you use to prevent this from happening.
Any help is appreciated, thanks!