You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
nrohinip
changed the title
Customizing Run pipeline for MicrosoftAlgo and customizing without moving to container
Customizing Run pipeline for MicrosoftAlgo actions
May 3, 2024
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.
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
The text was updated successfully, but these errors were encountered: