Open kennetlindberg opened 3 weeks ago
Maybe https://aka.ms/algosettings#installOnlyReferencedApps can help you?
but... you state that you have a dependency to that app from your test apps - it should actually download and install it between compiling the apps and compiling the test apps.
Let me have a look at that after Directions,
F.Y.I.: "installOnlyReferencedApps": false worked as a workaround
Thanks - will still investigate, as it should have worked without this.
Question
Hi,
I've created a library app where I have a bunch of common test related functions and that I have a dependency on from my test app. The dependency is downloaded (from another GitHub repo using the appDependencyProbingPaths setting in the .AL-Go/settings.json).
However, in the Installing Apps part of the Build step I get
which later in the Compiling Test Apps step leads to this (at least I suspect that is the reason)
I can get it to work if I add a dependency to the library app in the main app but that is of course not how we want it.
Am I missing a configuration somewhere or is it simply not meant to work or is it maybe something that could be fixed?
logs_30338196630.zip