Skip to content

Commit 733e91e

Browse files
Fix build previously failed.
1 parent c278445 commit 733e91e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</PropertyGroup>
5050

5151
<!-- Add the InternalsVisibleToAttribute for the tests -->
52-
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
52+
<ItemGroup>
5353
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
5454
<_Parameter1>$(AssemblyName).Tests</_Parameter1>
5555
</AssemblyAttribute>

0 commit comments

Comments
 (0)