Skip to content

Commit 3b88f61

Browse files
authored
Merge pull request #41334 from drewnoakes/fix-test-container-capability
Use correct project capability for test projects
2 parents 5fb71c0 + 30cc89e commit 3b88f61

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

eng/targets/Imports.targets

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@
5050
<BypassFrameworkInstallChecks>true</BypassFrameworkInstallChecks>
5151
</PropertyGroup>
5252

53-
<!-- Add the UnitTestContainer project capability -->
54-
<ItemGroup Condition="'$(IsTestProject)' == 'true'">
55-
<ProjectCapability Include="UnitTestContainer" />
56-
</ItemGroup>
57-
5853
<!--
5954
Do not copy dependencies to the output directory of a library project, unless it's a unit test project.
6055
-->

0 commit comments

Comments
 (0)