Replies: 2 comments
-
Currently, artifacts are being created for the main branch, for release branches and when it is detected that there are deliveryTargets or DeploymentTargets, controlled by this line in CI/CD:
We did earlier discuss always publishing artifacts and maybe that is a better choice. |
Beta Was this translation helpful? Give feedback.
-
At the very least, being able to define custom glob or regex patterns for this would be extremely useful - we have a couple client-agnostic apps in their own repository, and since they are only accessed using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
One of our repos is now running CI/CD for a secondary branch, but I noticed that the CI/CD workflows from this branch aren't creating any artifacts of the compiled apps, even though they encounter no errors and the default branch publishes its apps just fine.
Here's the Build log from the default (
main
) branch:logs_36.zip
And here's the Build log from the second (
testmaster
) branch:logs_37.zip
Both branches have the same AL Go system files. This behavior is consistent with a different repository using the same settings and branching structure. I know I have
"doNotPublishApps"
enabled, but that never stopped the apps onmain
being published.Beta Was this translation helpful? Give feedback.
All reactions