-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question]: When installApps mentioned, does the script stop looking for dependent apps online? #1498
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? |
Hey @freddydk
|
The error is:
So... - it is while publishing the app in InstallApps it fails - that app has dependencies which aren't resolved. |
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! :) |
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 |
Cheers Freddy appreciated. |
Question
Hi 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.
One of the dependencies is bit more complicated. The version i need is not available on the web and we only have .app of it. Long story short, i've uploaded relevant .app file to my repo and i've mentioned the path to the .app in settings file with installApps param.
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!
The text was updated successfully, but these errors were encountered: