In TeamCity it is very easy to see the runtime values of all parameters used by (or more correctly: available to) the build, with those parameters actual values at the time of the build.
Azure DevOps build pipelines also use parameters (they call them variables). But how can I see what the values of those variables were during the build?
For example, my build pipeline defines a variable called $(agent.builddirectory). HOw can I see what that variable resolved to?