Logging variables to Team City build log Thedossone Created February 21, 2019 12:43 What is the standard syntax for logging out, at build time, a variable set by a build step?
Hi,
You can output any variable referencing it via the %<parameter_name>% syntax. Pushing out to stdout will depend on your build script in particular.
If you have set it within a build step via a service message, its contents won't be available until the first build step finishes.