Looping through the variables – via: Version 1.5 History | Continua CI
Posted by jpluimers on 2015/04/08
On the research list because of this v1.5.1.90 feature:
{%forvariableinVariables %}{%ifvariable.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:






Leave a comment