Skip to content

Commit 293ef7d

Browse files
authored
Fix MSTestV2Files msbuild items (#4406)
1 parent 1922587 commit 293ef7d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Adapter/MSTest.TestAdapter/build/uwp/MSTest.TestAdapter.targets

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@
5252
<MSTestV2Files Include="$(MSBuildThisFileDirectory)..\_localization\%(CurrentUICultureHierarchy.Identity)\*.dll">
5353
<UICulture>%(CurrentUICultureHierarchy.Identity)</UICulture>
5454
</MSTestV2Files>
55-
<MSTestV2Files Include="$(MSBuildThisFileDirectory)*.dll">
56-
<UICulture>%(CurrentUICultureHierarchy.Identity)</UICulture>
57-
</MSTestV2Files>
5855
</ItemGroup>
5956

6057
<ItemGroup>

0 commit comments

Comments
 (0)