Automation question

In the documentation, it says:

"Custom Log Messages provide a way for processes executed by Continua CI to interact with the Continua CI build. This includes the ability to set the build number, set variables and send real time status information. This feature will be extended over time." (source: http://wiki.finalbuilder.com/displa...g+Messages)

Does this mean that I can just say this:

Console.WriteLine("@@continua[setBuildVersion value='1.2.3' ]");

If not, how should it be used?

Yes, that’s exactly what you can do.

Great, thank you. Is there also a way to write to the log (for example, warning, error, info, etc)? I saw this:

@@continua[message value=‘This will be logged’ ]

But it would be great if I could distinguish between error, type, info, etc. This is low prio, so put it far away on the backlog :wink:

Vincent

In the context of MSBuild can I write to “@@continua[setBuildVersion value=‘1.2.3’ ]” to the build output to achieve the same thing?

You can, I need to finish the documentation