[Question]: When installApps mentioned, does the script stop looking for dependent apps online? #1609
-
QuestionHi all, I have an app im trying to onboard with AL.Go. This is an appsource app. It has 4 dependencies. 3 of them are easily available in Nuget packages and if i do not mention any InstallApps parameter at all, CICD is smart enough to find relevant version, install, no issues for them. When i mention installApps even for a single app, script stops looking for anything else in nuget packages. Is this on purpose? Is this a feature? Is there a way to make CICD script still look for dependencies online like it would if i didn't mention any installApps, but still install the apps mentioned as well? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
InstallApps shouldn't affect other dependencies, however... - it might be that dependencies from the app you mention in InstallApps aren't searched for - is that the problem you are seeing? |
Beta Was this translation helpful? Give feedback.
-
Hey @freddydk
|
Beta Was this translation helpful? Give feedback.
-
The error is:
So... - it is while publishing the app in InstallApps it fails - that app has dependencies which aren't resolved. |
Beta Was this translation helpful? Give feedback.
-
Which was exactly my question. Those 3 in the error are all available in Nuget packages. For this particular example i can live with dumping all the apps in installapps no problem. But if its not doable, i understand, it is what it is. Thx for your time! :) |
Beta Was this translation helpful? Give feedback.
-
Got it - yeah currently it doesn't look for dependencies from apps in InstallApps in NuGet - will add this as an idea in the backlog |
Beta Was this translation helpful? Give feedback.
-
Cheers Freddy appreciated. |
Beta Was this translation helpful? Give feedback.
-
Well - it would do so, but what you have specified in installApps will be installed and the installation fails - we shouldn't continue in a situation like this. |
Beta Was this translation helpful? Give feedback.
Well - it would do so, but what you have specified in installApps will be installed and the installation fails - we shouldn't continue in a situation like this.