Skip to content

Commit

Permalink
Fix TestUtilities IsTestProject being set to true inside VS (#40089)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer authored Jul 29, 2020
1 parent b262f0b commit 357fdff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libraries/Common/tests/TestUtilities/TestUtilities.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- For some reason, xunit.core.props isn't excluded in VS and sets this to true. -->
<IsTestProject>false</IsTestProject>
<!--
This assembly is referenced from rid agnostic configurations therefore we can't make it RID specific
and instead use runtime checks.
Expand Down

0 comments on commit 357fdff

Please sign in to comment.