mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
update script to sign assembly
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c1b03e8ca6
commit
93c59ffbd9
|
@ -1867,6 +1867,7 @@ class DotNetCoreDLLComponent(Component):
|
|||
key = ""
|
||||
if not self.key_file is None:
|
||||
key = "<AssemblyOriginatorKeyFile>%s</AssemblyOriginatorKeyFile>" % self.key_file
|
||||
key += "\n<SignAssembly>true</SignAssembly>"
|
||||
|
||||
if VS_X64:
|
||||
platform = 'x64'
|
||||
|
|
Loading…
Reference in a new issue