Skip to content

Instantly share code, notes, and snippets.

View prakash-patel's full-sized avatar

Prakash Patel prakash-patel

View GitHub Profile
@alexvictoor
alexvictoor / build.xml
Last active October 4, 2017 14:41
Coverage report & sonarqube analysis msbuild script
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<!--
msbuild build.xml => compile and run unit tests
msbuild build.xml /t:CoverageReport => compile, test and generate coverage report
msbuild build.xml /t:Sonar => run sonarqube analysis
-->