Skip to content

Commit

Permalink
Updated CoverletOutput
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Jul 23, 2018
1 parent 27bb6ea commit ac4c51a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

<CollectCoverage>true</CollectCoverage>
<CoverletOutputFormat>json,lcov,cobertura</CoverletOutputFormat>
<CoverletOutput>$([System.IO.Path]::GetDirectoryName($([MSBuild]::GetPathOfFileAbove('Common.Build.props', '$(MSBuildThisFileDirectory)../'))))/coverage/</CoverletOutput>
<CoverletOutputName>$(MSBuildProjectName)-$(TargetFramework)</CoverletOutputName>
<CoverletOutput>$([System.IO.Path]::GetDirectoryName($([MSBuild]::GetPathOfFileAbove('Common.Build.props', '$(MSBuildThisFileDirectory)../'))))/coverage/$(MSBuildProjectName)-$(TargetFramework)</CoverletOutput>
</PropertyGroup>
</Project>

0 comments on commit ac4c51a

Please sign in to comment.