I\'m trying to share version information from different pipelines to later use them to create a release config in a release pipeline. So basically I need to share informatio
Could be done via the Azure devops CLI.
Create the powershell task:
echo $env:AZURE_DEVOPS_EXT_PAT | az devops login az devops configure -d organization=https://dev.azure.com// project= az pipelines variable-group variable update --id --name --value
and also create the variable in the task like so