-
Notifications
You must be signed in to change notification settings - Fork 56
To lower case during transformation #96
Comments
Hi, Currently they are no transformation applied to values. Could you explain me your use case to see if this could be use more broadly and need to be added as a feature? |
+1 |
I'll see how i could had simple transformation (tolower, toupper) without breaking changes in a future version. |
With a variable that may be defined in mixed character case I would like it to be used in lower case for some substitutions. In YAML pipeline as long as the mentioned variable is defined statically, or with the ##vso setVariable command, there can be another variable defined in lower case (with either AzDO pipeline The use case: defining the first variable in web UI (variable group or pipeline variable), and neither of them in the code, - for better maintainability. replasetokens with transformations would do the work. |
This is not available in the UI step yet. When is that planned on being added? |
Hi @conrad-chan, @jjburr, @unclev, @stoopered,
By default the separator after the transformation name are parenthesis |
Is there a way to turn values to lower case (Or other basic transformation) while substituting?
The text was updated successfully, but these errors were encountered: