You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To illustrate recursive expansion properly, the example should change the value of myInner after myOuter is defined and show that the expansion of myOuter expands to the new value of myInner.
The text was updated successfully, but these errors were encountered:
Thank you for opening an issue! One of our team members will get back to you with additional information.
If this is a product issue, please close this issue and contact the product's support instead. For a list of support websites, see Support for Microsoft products and apps.
Describe the bug
The illustration on page: https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=azure-devops&tabs=yaml%2Cbatch#understand-variable-syntax about recursive expansion of $() expressions doesn’t illustrate recursive expansion. The variables: section definition of myOuter could have expanded the expression already (like simply expanded variables in make) and it would have the same output as illustrated.
To illustrate recursive expansion properly, the example should change the value of myInner after myOuter is defined and show that the expansion of myOuter expands to the new value of myInner.
The text was updated successfully, but these errors were encountered: