mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
18b8089a1e
commit
16d4ccd396
3 changed files with 28 additions and 10 deletions
|
@ -171,8 +171,8 @@ def sign_nuget_package():
|
|||
output_path = os.path.abspath("out").replace("\\","\\\\")
|
||||
with open(input_file, 'w') as f:
|
||||
f.write(nuget_sign_input % (output_path, output_path, release_version, release_version))
|
||||
subprocess.call(["EsrpClient.exe", "sign", "-a", "authorization.json", "-p", "policy.json", "-i", input_file, "-o", "out\\diagnostics.json"])
|
||||
|
||||
r = subprocess.call(["EsrpClient.exe", "sign", "-a", "authorization.json", "-p", "policy.json", "-i", input_file, "-o", "out\\diagnostics.json"], shell=True, stderr=subprocess.STDOUT)
|
||||
print(r)
|
||||
|
||||
def main():
|
||||
mk_dir("packages")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue