Hi
I updated the msbuild logger that is standard included in CCNet 1.5
it now shows the startime and elapsedtime on each target
if you set the verbosity to detailed (/v:d) you also see the Tasks with these attributes
if you set the verbosity to diagnostics, (/v:diag) you also see these attributes on message level
(do not know if that is usefull)
the code was already present, but the attributes where only set when verbosity was detailed or diagnostic,
I just removed those if statements :-)
Hope this is what you wanted ...
it sure helps to get this information.
Take the Latest build.
with kind regards
Ruben Willems