Logging variables to Team City build log

What is the standard syntax for logging out, at build time, a variable set by a build step?

0
1 comment

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.

0

Please sign in to leave a comment.