Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

Commit

Permalink
Add README and Simple usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyacheslav Andreykiv committed Jan 30, 2012
1 parent f032c53 commit 8ed0e7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file not shown.
9 changes: 9 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
MSBuild task for convert MSTest coverage report to XML.

Usage:
<UsingTask TaskName="ConvertVSCoverageToXml" AssemblyFile="$(MSBuildExtensionsPath)\CI.MSBuild.Tasks.dll" />
<Target Name="Coverage" DependsOnTargets="Test">
<ConvertVSCoverageToXml CoverageFiles="$(MSBuildThisFileDirectory)..\..\TestResults\TestResults\In\$(ComputerName)\data.coverage"
SymbolsDirectory="$(MSBuildThisFileDirectory)..\..\TestResults\TestResults\Out\"
OutputDirectory="$(MSBuildThisFileDirectory)..\..\TestResults\" />
</Target>

0 comments on commit 8ed0e7d

Please sign in to comment.