I have read this https://learn.microsoft.com/en-us/vsts/build-release/concepts/library/variable-groups but didn't find an answer..
Is it possible to use variables as values in another variable definiton? Example:
- MyCopyToFolder = C:\TFS_deploy_target\
- MyConfigReplacements = $(MyCopyToFolder)ReplacementFolder\MyAppReplacements.ps1
I didn't find any word about that (im)possibility..