I've got a number of issues with the way Continua logs MS Build stage actions.
Firstly, when I review the output of MSBuild (2.x) in Continua it seems to be truncating the exception message being returned. (see ***ci/builds/log/{GUID})
For instance I had a MSBuild failure that should have read.
".....(REMOVED)...Security.Nunit.vbproj(138,11): error MSB4019: The imported project "C:\Microsoft.VisualBasic.targets" was not found. Confirm that the path in the
declaration is correct, and that the file exists on disk"
But only had the following. Looks like a simple string length truncation.
".....(REMOVED)...Security.Nunit.vbproj(138"
Secondly, it looks like some of the parameters for the output are not correctly handling the last backslash for a folder or there is an error in the formatting for the log parameters.
Attachment unavailable