Skip to content

Commit f03c49d

Browse files
authored
Updating the FunctionalTests to clearly explain why they are not strong named signed. (#3010)
1 parent 8b1b14f commit f03c49d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/Microsoft.ML.Functional.Tests/Microsoft.ML.Functional.Tests.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<!-- We are turning off strong naming to ensure we never add `InternalsVisibleTo` for these tests -->
5-
<SignAssembly>true</SignAssembly>
4+
<!-- DON'T CHANGE THIS!!! We are turning off strong naming to ensure we never add `InternalsVisibleTo` for these tests -->
5+
<SignAssembly>false</SignAssembly>
6+
<!-- DON'T CHANGE THIS!!! We are turning off strong naming to ensure we never add `InternalsVisibleTo` for these tests -->
67
<PublicSign>false</PublicSign>
78
</PropertyGroup>
89

0 commit comments

Comments
 (0)