-
Hi @freddydk, How the action "Create Release" work in multiproject repositories? We have multiple smaller appsource apps where I'd like to use multiproject structure rather than multiple repositories, but I don't understand how it will work with this action. In Publish to AppSource, there's a parameter to specify what project to publish. But I don't see anything similar for Create Release. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Tom Create Release will create a Release in github terms - like: https://github.com/microsoft/AL-Go/releases With this in mind - the multi project structure might not fit well if your AppSource apps are shipped individually. |
Beta Was this translation helpful? Give feedback.
Hi Tom
Create Release will create a Release in github terms - like: https://github.com/microsoft/AL-Go/releases
This always includes all apps in the repository - you cannot (in GitHub) create a release of half a repo.
With this in mind - the multi project structure might not fit well if your AppSource apps are shipped individually.