microsoft / navcontainerhelper

Official Microsoft repository for BcContainerHelper, a PowerShell module, which makes it easier to work with Business Central Containers on Docker.
MIT License
379 stars 243 forks source link

Customizing the Algo actions Run-pipeline #3530

Open nrohinip opened 4 months ago

nrohinip commented 4 months ago

PLEASE DO NOT INCLUDE ANY PASSWORDS OR TOKENS IN YOUR ISSUE!!!

Describe the issue 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.

Scripts used to create container and cause the issue

New-BcContainer `
    -accept_eula `
    -imagename...

Full output of scripts

NavContainerHelper is version 0.6.5.7
NavContainerHelper is running as administrator
Host is Microsoft Windows 10 Enterprise - 2004
Docker Client Version is 19.03.8
Docker Server Version is 19.03.8
...

Screenshots If we get any help on this it would be great Additional context

freddydk commented 4 months ago

Run-AlPipeline is used by AL-Go for GitHub but can also be used stand alone - just by running the command. I cannot support you development effort in modifying the code - you have to do that part yourself. This seems to be a duplicate of https://github.com/microsoft/AL-Go/issues/1066 ?