AL-Go icon indicating copy to clipboard operation
AL-Go copied to clipboard

[Bug]: includeDependencies not working as expected

Open dsaveyn opened this issue 1 year ago • 4 comments

AL-Go version

6.0

Describe the issue

We have setup a project with the following settings:

"includeDependencies": [
  "Dynavision*.app",
  "ESC*.app"
]

But when we look at the release artifacts, the Continia artifacts are also included:

"includeDependencies": [
  "Dynavision*.app",
  "ESC*.app"
]

Expected behavior

The Continia artifacts should be taken from the AppSource Catalog

Steps to reproduce

/

Additional context (logs, screenshots, etc.)

logs_29638379195.zip

dsaveyn avatar Oct 15 '24 12:10 dsaveyn

IncludeDependencies is a property of the DeliverToAppSource setting (see https://aka.ms/algosettings#delivertoappsource) and only determines which apps are included when delivering to AppSource.

It looks like you are trying something different here?

Could you explain your scenario and what you are trying to achieve?

freddydk avatar Oct 17 '24 04:10 freddydk

Our app has 3 dependencies: a Dynavision app, an ESC app and the Continia Document Capture app. When we deliver the app to AppSource, the validation fails with the message that the Continia app files are not signed (no idea why exactly, I would expect them to be signed).

The AppSource submission contains 2 files: The main app file and a zip file containing the library apps: the Dynavision app, the ESC app and all Continia Document Capture apps. So for some reason the Continia Document Capture apps are still included in the library zip despite the filters specified in includeDependencies:

Image

dsaveyn avatar Oct 17 '24 06:10 dsaveyn

Got it - will have a look.

freddydk avatar Oct 17 '24 09:10 freddydk

Sorry for the long wait here - the log you provided is for a Create Release process - I cannot see any delivery to appsource in that. Is this still a problem? How are the dependencies provided for the build?

freddydk avatar Feb 26 '25 11:02 freddydk

There has been no recent activity on this issue. Please re-open or create a new issue, if needed.

github-actions[bot] avatar Jul 01 '25 05:07 github-actions[bot]