I am running a psake build script from teamcity and would like to spit out the duration each task takes so i can create charts off of them. How is this possible?
Service messages are used to pass commands/build information to a TeamCity server from the build script. So it's not possible to change build's duration using service messages.
You can use sleep x command on Linux. Could you please describe your use case in more detail? How are you going to create charts and why do you need to delay the build?
Hello Michael,
Service messages are used to pass commands/build information to a TeamCity server from the build script. So it's not possible to change build's duration using service messages.
You can use sleep x command on Linux. Could you please describe your use case in more detail? How are you going to create charts and why do you need to delay the build?