microsoft / AL-Go

The plug-and-play DevOps solution for Business Central app development on GitHub
MIT License
270 stars 113 forks source link

Customizing Run pipeline for MicrosoftAlgo actions #1066

Open nrohinip opened 3 months ago

nrohinip commented 3 months ago

We tried customizing run pipeline actions in the script , which is Microsoft build actions for business central which we are trying to modify and customize it . While we did the customization(Like commenting the blocks and removing the dependencies) according to the flow and execute it , its breaks In various parts of code and reaches back to MicrosoftAlgohelper scripts which is template written by Microsoft.

Below are Actions we are working on - https://github.com/microsoft/AL-Go-PTE/tree/v3.3/.github Main CICD pipeline->Algo actions Run pipeline which internally call default scripts written by Microsoft which calls and creates container in the flow. We are trying to modify the existing code to ignore the Creating container, Resolving dependencies, Installing apps

freddydk commented 3 months ago

We do not recommend people modifying AL-Go for personal usage - we want people to always use the latest AL-Go for GitHub.

AL-Go is a tool, which we are evolving to be able to do 100% of the DevOps functionality needed by most partners and you might be able to configure AL-Go to do what you want - or suggest a feature here and collaborate on fixing it.

We have discussed whether we should add customization capabilities and have a prototype - but it hasn't been approved yet.

nrohinip commented 3 months ago

Sure , Thanks noted!