Consider this simple msbuild script (xaml):
<Activity xmlns=[....]>
<Sequence>
<mtbwa:WriteBuildMessage Message="Test message"/>
<mtbwa:WriteBuildWarning Message="Test warning"/>
</Sequence>
</Activity>
I have a tfs build definition based on this script.
When I queue a new build in tfs, the warning is displayed under “view log”, the message is not displayed.
What do you think of that?
This is approx. a minimal workflow xaml file that works:
Default tfsbuild verbosity for logging in view log is normal but this will not display
BuildMessageImportance.Normal, onlyHigh.Another gotcha is that you have to click the button Refresh for the build process template in it’s build definition under item Process.
This is a minimal workflow example that works including the
BuildVerbosityproperty.