Azure DevOps - Where is my custom version counter variable stored?
问题 I have a Azure Pipeline file azure-pipelines.yml which is run by my Azure Linux agent. Next I have a variable myBuildCounter defined which is increased by a counter. The value of the variable myBuildCounter is saved during builds and its value reused, even though I didn't create any variables in the Azure interface. Does someone knows where the variable value is stored in Azure? Thanks in advance. Definition of variable variables: myBuildCounter: $[counter(variables['myBuildCounter'], 0)]