We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6402a6a commit cb5458eCopy full SHA for cb5458e
build/CodeSign.props
@@ -71,6 +71,9 @@
71
<FilesToSign Include="aspnetcorev2_inprocess.dll" Certificate="$(AssemblySigningCertName)" Container="Microsoft.AspNetCore.App" />
72
<FilesToSign Include="aspnetcorev2_outofprocess.dll" Certificate="$(AssemblySigningCertName)" Container="Microsoft.AspNetCore.App" />
73
74
+ <!-- This is a text file which doesn't need to be code signed, even though some .mof files can be signed. -->
75
+ <FilesToExcludeFromSigning Include="ancm.mof" />
76
+
77
<!-- These files came from partner teams. They have to be re-signed because we crossgen them and redistributable them in our installers. -->
78
79
<!-- Microsoft.AspNetCore.All -->
0 commit comments