Add Continia App to Multi Project with Country Localization #1455
-
I have created a base app W1 and country localization US and DK. US and DK have dependency on W1. It builds fine.
"dependencies": [ -In this way it builds my W1 stage and in logs shows that it is published successfully 2025-02-14T14:38:57.7853315Z Synchronizing Continia Document Capture on tenant default However it fails to build other 2 stages US and DK with below error. (I did not specify the continia dependency in US and DK app.json file. But I get the error even if I specify).
In this case it fails on building W1 stage itself on compiling the apps section with a lot of missing components error Please suggest how to properly install continia document capture app |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can add "generateDependencyArtifact": true in |
Beta Was this translation helpful? Give feedback.
-
This worked. Thank you for the prompt response. :) |
Beta Was this translation helpful? Give feedback.
You can add "generateDependencyArtifact": true in
.github/AL-Go-settings.json
- that should fix the issue and create a dependency artifact when building W1, which will be used by DK and US.https://aka.ms/algosettings#generatedependencyartifact