How to enable logging verbosity process parameter in build definition?Verbosity for a build will help us to debug the build results to see what exactly went into build. In TFS 2013, default build process template TfvcTemplate.12.xaml verbosity level is set to “Normal” by default and if we need to change the verbosity level we have to download and open the template and set the Verbosity property value of RunMsBuild activity to Detailed or Diagnostic or Minimal (Figure 1.1) and then ch...
Read More
Clients have strange requirements. The other day I had been to a client for a discussion. These guys are using .Net 2.0 framework for their application. What’s strange is that new development is also happening in 2.0 framework.The problem arose when these guys wanted to use TFS Team build for building their legacy apps written in .Net 2.0. As you guys might be aware, MS Build (part of TFS Build) can be used to build only applications with .Net framework 3.0 and above.When back in office, d...
Read More