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
In this article we learn about, 1.What is CSS Preprocessor? 2.Installations 3.How to useVariables? 4.Preprocessor Based Popular CSS Frameworks 5.What is Crunch? 6.How to use math function in LESS? 7.How to use arithmetic in LESS? 8.Mixins 9.Benefits of CSS preprocessor10.What is next? 1.What is CSS preprocessor?CSS preprocessor is nothing but which is a scripting language that extends CSS and gets compiled into regular CSS syntax.Popular CSS prep...
Read More