Coffee, Loud dumb music, Powershell, Intune & other cloudy things.
- expression variables ${{ variables.var }} process at compile, BEFORE runtime
- macro syntax $(var) process at runtime BEFORE tasks
- runtime expressions $[variables.var] also process at runtime BEFORE tasks but are meant for conditional expressions.
- expression variables ${{ variables.var }} process at compile, BEFORE runtime
- macro syntax $(var) process at runtime BEFORE tasks
- runtime expressions $[variables.var] also process at runtime BEFORE tasks but are meant for conditional expressions.