Skip to content

Commit

Permalink
Fix MSTestV2Files msbuild items
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Dec 20, 2024
1 parent 1922587 commit 005581c
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 005581c

Please sign in to comment.