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.
You don't need to do anything special to concatenate variables.
Let's say you had foo = 'hello' and bar = 'world'.
$(foo)$(bar) = 'helloworld'
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more