Files
coverlet/test/Directory.Build.props
T
Andrew Arnott 47bfd91071 Add missing IsTestProject and IsPackable properties
This lets us "pack" the solution instead of listing out each project individually, since projects know themselves whether they should be packable.
2019-05-26 18:22:11 -06:00

6 lines
136 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
</Project>