We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 781e94b + a352939 commit 9b738b6Copy full SHA for 9b738b6
test/Directory.Build.targets
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project>
3
- <ItemGroup Condition="'$(IsTestProject)' == 'true'">
+ <ItemGroup Condition="'$(IsTestProject)' != 'false'">
4
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" />
5
<PackageReference Include="Microsoft.Testing.Extensions.CrashDump" />
6
<PackageReference Include="Microsoft.Testing.Extensions.HangDump" />
0 commit comments