0
votes

I've found some docs with resources limitation in Azure DevOps:

But I cannot find any info about limitation of variables number in builds and releases. Can anyone share this info?

1

1 Answers

1
votes

But I cannot find any info about limitation of variables number in builds and releases. Can anyone share this info?

Sorry but I'm afraid there's no any official document states the related info about the limitation of the maximum number of variables in pipeline.

As I know, there's no limitation of variables when configuring pipelines if we're in normal situations. It means you won't actually meet the limitation in normal and most situations.

In addition: I've tested at least 60 variables are supported in pipelines and it's not recommended to define too many variables in build/release pipelines.