[Bug]: includeDependencies not working as expected
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.)
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?
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:
Got it - will have a look.
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?
There has been no recent activity on this issue. Please re-open or create a new issue, if needed.