VSTS. Reference concatenated variables

Win*_*oss 3 azure-devops azure-pipelines-build-task azure-pipelines

I was wondering if it possible to reference concatenated variable name1 and name2 as part of build process? Suppose I'd like to create a resource group called winning-development. Where name1=winning-, and name2=development. 在此处输入图片说明

在此处输入图片说明

Dan*_*ann 5

您无需执行任何特殊操作即可连接变量。

假设您有foo='hello'和bar='world'。

$(foo)$(bar) ='helloworld'