[Question]: Release does not contain latest Version #1578
Replies: 2 comments
-
On
This should definitely grab the latest from main (if you run the create release from main). This page: https://github.com/microsoft/AL-Go/blob/main/Workshop/Releasing.md in the workshop should describe how releasing works. If possible - do you have a public repo where I can see this? |
Beta Was this translation helpful? Give feedback.
-
Hey Freddy, sure. Here is the URL https://github.com/TestALGODelivery/MultiAppRepository Thanks for checking |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hey there,
i am trying to figure out the difference between a Repository with multiple Apps but no Project and a Repo with one Project and then multiple apps.
To do that i started with a basic scenario where i created a Repo with 2 Apps.
Here is the scenario I want to cover:
The Business Logic App has a Dependency to the Schema App
Here are my Steps
The CI/CD from PR created 2 Artifacts with Version 1.0.4.0
I created a Release from Main Branch using latest App, incrementing Version and Tag = 1.0.0
The created Release contained the Artrifacts from previous CI/CD, so also showing the 1.0.4.0 Apps
The CI/CD for this Pull Request created a new Artifact with Version 1.1.6.0.
Up Until now everything worksd as expected.
Basically the very same parameters as before just using Tag =1.1.0.
Thats where my confusion is coming from: This Release now contains the Artifact from Version 1.1.5.0 and not the latest ones.
A quick look into the release branch 1.1. shows that the Page Action is not present in the branch.
I assume the issue is located in the Analyze Artifatcs Step as this one grabs not really the latest artifacts.
I also tried the very same thing in a Repo with a Project and 2 Apps. Here i am not even able to create the first Release
Am i doing something wrong here or is there a missunderstanding on how Releasing works in AL-Go?
Looking forward for your feedback
Beta Was this translation helpful? Give feedback.
All reactions