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
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).
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.
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
The text was updated successfully, but these errors were encountered: