ProgressType

The progress type to report to TeamCity.

Fields

Field Description
End The progress message when a part of a build ends. The same message should be used for both Start and End. This allows nesting of progress blocks. Note that the TeamCity NAnt build runner will automatically set the status message when a NAnt target starts.
Message A single progress message.
Start The progress message when a part of a build starts. The same message should be used for both Start and End. This allows nesting of progress blocks. Note that the TeamCity NAnt build runner will automatically set the status message when a NAnt target starts.

Requirements

Assembly: NAntExtensions.TeamCity (1.0.17.116)