Closed DanielGoehler closed 4 years ago
Hi @AdminHodor, what should I do here?
Hi @waldo1001, do you have any idea what is missing here?
Can you share the yaml ..
and also try to remove the clean? It's not clear to my why you would clean your apps before publishing?
Regarding yaml: How can I share the yaml for a release pipeline?
Regarding ALOps App Cleaner: Does ALOps App Publish about the dependents and that System is Business Central 14? If I try to publish a new version of a Extension which other Extensions are dependent on via PowerShell that fails.
Yaml - you're right - you can't :(. Sorry - so used to talking about build pipelines ;-)
When you publish an app that is already installed, ALOps will try to upgrade (you need to do version management, of course - making sure every new app-file is a higher version in the manifest). So a clean should not be necessary.
Upgrading should work - also with dependencies.
What we do though is to always publish all apps in the release pipeline, in the right order. So it depends a bit on how you build your release pipeline, but in any case, what should never be necessary, is to clean the apps before publish.. .
Yeah everything works fine after ALOps App Cleaner was removed. Thanks!
I setup a release pipeline and because of Business Central V14 and several dependent apps I use ALOps App Cleaner with default option Sync Mode = Add [a documentation of these options would be nice]. ALOps App Publish publishes and syncs the apps, but they will not get installed. What do I miss?