The following sample task illustrates how to add custom build step messages to the build process. using System; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using Microsoft.TeamFoundation.Client; using Microsoft.TeamFoundation.Build.Proxy; Read More...