My two commits were merged to master and both triggered the build pipeline. My release pipeline is configured to always get the "latest" artifact from the build. But the build pipeline for commit SECOND finished first, and 30 seconds later the build for commit FIRST finished.
Is there any way to prevent this situation? I don't want a release to stomp over a more recent change that happened to finish earlier.