-
Hello... Is there an easy way to use the LocalDevEnv.ps1 script and mount our own tenant .bacpac database backup instead of the standard Cronus db? I know it can be done with the BCContainerHelper but then that will have to be maintained outside of AL-Go. :) Thanks so much... |
Beta Was this translation helpful? Give feedback.
Answered by
freddydk
Feb 1, 2024
Replies: 1 comment 1 reply
-
The only way to do this is by overriding the NewBcContainer mechanism as described loosely here: https://github.com/microsoft/AL-Go/blob/main/Scenarios/settings.md#run-alpipeline-script-override |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
freddydk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The only way to do this is by overriding the NewBcContainer mechanism as described loosely here: https://github.com/microsoft/AL-Go/blob/main/Scenarios/settings.md#run-alpipeline-script-override