We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1b14f commit f03c49dCopy full SHA for f03c49d
test/Microsoft.ML.Functional.Tests/Microsoft.ML.Functional.Tests.csproj
@@ -1,8 +1,9 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <!-- We are turning off strong naming to ensure we never add `InternalsVisibleTo` for these tests -->
5
- <SignAssembly>true</SignAssembly>
+ <!-- DON'T CHANGE THIS!!! We are turning off strong naming to ensure we never add `InternalsVisibleTo` for these tests -->
+ <SignAssembly>false</SignAssembly>
6
7
<PublicSign>false</PublicSign>
8
</PropertyGroup>
9
0 commit comments