I'm trying to compose a version in variables and then use it in name:
But it ends up like:
The reason I want it this way is to reuse version variable later to stamp assembly and tag a branch.
Is that possible at all?
You can update the pipeline name during the pipeline with a logging command:
- script: echo "##vso[build.updatebuildnumber]'$(version)'"
##[error]TF209010: The build number format 0.1.4" contains invalid character(s), is too long, or ends with '.' None of those statements seems to be true, but it fails ...' ' to $(version) = '$(version)', but you right in your answer, you can just give in name all the variables.