Skip to content

Commit 9b738b6

Browse files
committed
Merge branch 'microbuild_mtp' of https://github.com/aarnott/Library.Template into dev/andarno/libtemplateUpdate
2 parents 781e94b + a352939 commit 9b738b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
3-
<ItemGroup Condition="'$(IsTestProject)' == 'true'">
3+
<ItemGroup Condition="'$(IsTestProject)' != 'false'">
44
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" />
55
<PackageReference Include="Microsoft.Testing.Extensions.CrashDump" />
66
<PackageReference Include="Microsoft.Testing.Extensions.HangDump" />

0 commit comments

Comments
 (0)