Skip to content

Commit 96e1b51

Browse files
niemyjskiejsmith
authored andcommitted
explicitly mark what projects unit tests should run on
1 parent 25721b4 commit 96e1b51

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

test/Exceptionless.MessagePack.Tests/Exceptionless.MessagePack.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup>
12+
<IsTestProject>true</IsTestProject>
1213
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1314
<AssemblyName>Exceptionless.MessagePack.Tests</AssemblyName>
1415
</PropertyGroup>

test/Exceptionless.TestHarness/Exceptionless.TestHarness.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup>
12+
<IsTestProject>false</IsTestProject>
1213
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1314
<RootNamespace>Exceptionless.TestHarness</RootNamespace>
1415
</PropertyGroup>

test/Exceptionless.Tests/Exceptionless.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup>
12+
<IsTestProject>true</IsTestProject>
1213
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1314
<AssemblyName>Exceptionless.Tests</AssemblyName>
1415
</PropertyGroup>

0 commit comments

Comments
 (0)