I would like to use parameters with pipeline I tried something very simple
parameters : @utcNow()
but the output is
{ "name": "DATE", "value": "@utcNow()" }
i would like to have the date of today
It's seems that @utcNow() is like a string, any idea ?
thanks in advance
Nicolas M

