提交 4113ebbf 编写于 作者: B bkoelman

Review comments

上级 dcd3544f
...@@ -1252,7 +1252,7 @@ internal bool IsRealSigned ...@@ -1252,7 +1252,7 @@ internal bool IsRealSigned
{ {
// A module cannot be signed. The native compiler allowed one to create a netmodule with an AssemblyKeyFile // A module cannot be signed. The native compiler allowed one to create a netmodule with an AssemblyKeyFile
// or Container attribute (or specify a key via the cmd line). When the module was linked into an assembly, // or Container attribute (or specify a key via the cmd line). When the module was linked into an assembly,
// a link would sign the assembly. So rather than give an error we just don't sign when outputting a module. // alink would sign the assembly. So rather than give an error we just don't sign when outputting a module.
return !IsDelaySigned return !IsDelaySigned
&& Options.OutputKind != OutputKind.NetModule && Options.OutputKind != OutputKind.NetModule
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册