Skip to content

Commit

Permalink
Fix MSTestV2Files msbuild items (#4405)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink authored Dec 20, 2024
1 parent c1ab221 commit ed891e8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
<MSTestV2Files Include="$(MSBuildThisFileDirectory)..\_localization\%(CurrentUICultureHierarchy.Identity)\*.dll">
<UICulture>%(CurrentUICultureHierarchy.Identity)</UICulture>
</MSTestV2Files>
<MSTestV2Files Include="$(MSBuildThisFileDirectory)*.dll">
<UICulture>%(CurrentUICultureHierarchy.Identity)</UICulture>
</MSTestV2Files>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ed891e8

Please sign in to comment.