In this Blog I am going to explain how we can customize Task in VSTS/TFS to Prevent Users from Moving Task to Closed State with a non-Zero value Remaining Work field.
Read More
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