AL-Go icon indicating copy to clipboard operation
AL-Go copied to clipboard

CI/CD with custom Base Application

Open sfarukimsd opened this issue 1 year ago • 4 comments

Hello,

i have a custom base application and need to use it for CI/CD process. Which is the better way to do this?

sfarukimsd avatar Feb 16 '24 10:02 sfarukimsd

AL-Go for GitHub doesn't support modified base applications out of the box, it requires some configuration. https://github.com/microsoft/BCApps is the system app, in which we override the NewBcContainer function to remove all apps before deploying - you would need to do something similar if you want to compile the base app. We also have the private preview here: https://github.com/microsoft/BusinessCentralApps in which we build the base application in AL-Go for GitHub, but without running any tests. Alternatively you could look at ALOps (which is for Azure DevOps), Waldo might have templates for building modified base applications.

freddydk avatar Feb 20 '24 12:02 freddydk

Hi @freddydk - we are also interested in compiling a custom base app as part of our build pipelines. The link to the private preview is giving me a 404 - not found. Is there another form I can fill out to join the private preview?

LukasSchauffele avatar Apr 15 '24 06:04 LukasSchauffele

@JesperSchulz should be able to help you there I think

freddydk avatar Apr 15 '24 06:04 freddydk

That I can! For access to the pilot, please fill out the following form: https://forms.office.com/r/E9wyE5a58f.

JesperSchulz avatar Apr 15 '24 12:04 JesperSchulz