I created two variables in Azure DevOps portal, the MajorMinorVersion
which is Settable at the queue time and the ProductVersion
which value depends on the MajorMinorVersion
. The configuration looks like this:
Is there a possibility to pass the values of those two variables to the Release pipeline, so I'm able to use them in some Agent job there? Cheers