On the research list because of this v1.5.1.90 feature:
{%
for
variable
in
Variables %}
{%
if
variable.Name ==
'MyAwesomeBuildVariable'
and variable.Value !=
''
%}
My Awesome Build Variable: {{ variable.Value }}
{% endif %}
{% endfor %}
Just to see if it can help solving this issue I am having:
Wish: expansion of both $$ and %% in the same string.
To circumvent this error (where %TargetVersion%=XE2):
Could not expand query ‘$Agent.Delphi.%TargetVersion%.Path$’. Object reference not set to an instance of an object.
–jeroen
via: