Closed AskeHolst closed 1 year ago
I will be releasing a new preview tomorrow, where quite a few fixes has been done in this area. Will let you know when. If you could try to upgrade and see whether this fixes the issue - and if not, then maybe add me to the repo to see what goes wrong?
Thanks, I'll try the preview and if it does not work I'll give you access.
Do you have more than one app in the repo? Did you set the setting AppSourceMainAppFolder to the app folder containing the main app?
One app and one test app. I did not set AppSourceMainAppFolder as I understod it was not needed with only one app. I do see that appFolders and testFolders are not set, should they be set manually? I'm still a bit uncertain how much is maintained and updated in the settings files by the actions and how much I need to do. E.g. after running the "Add a new app" workflow do I need to manually update the testFolders setting? It seems to have worked without so far.
With a repo like that, you should not need to set AppSourceMainAppFolder - it should be found.
have a repro in my own repo: (after removing appFolders, testFolders and AppSourceMainAppFolder)
For now, you have to add appFolders in your project settings (.AL-Go/settings.json) to make it work. After the next release - you can remove that again.
Thank you, I'll try that. As always, thank you for an incredible commitment to quick resolution.
I'm trying to run the Publish To AppSource workflow, but it fails (see output below, the real appname is replaced with MyAppSourceApp). It is a single project repo, but with external dependencies from another publisher (using installApps) and from another repo (using appDependencyProbingPaths). I do not want it to try to deliver the dependencies.
Any ideas what could be wrong? It's not urgent as I'll just upload using BCContainerHelper, but it would be nice to get running at some point.