mirror of
https://github.com/Z3Prover/z3
synced 2025-05-05 14:55:45 +00:00
[WIP] Suggestion: build .NET package for both x86 and x64 and rename (#5021)
* build package for x86 * build package for x86 * build package for x86 Co-authored-by: Don Syme <donsyme@fastmail.com>
This commit is contained in:
parent
4c3c15c015
commit
504b6559ab
5 changed files with 13 additions and 14 deletions
|
@ -94,7 +94,7 @@ def create_nuget_spec():
|
|||
contents = """<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Microsoft.Z3.x64</id>
|
||||
<id>Microsoft.Z3</id>
|
||||
<version>{0}</version>
|
||||
<authors>Microsoft</authors>
|
||||
<description>
|
||||
|
@ -119,7 +119,7 @@ Linux Dependencies:
|
|||
</metadata>
|
||||
</package>""".format(release_version, release_commit)
|
||||
|
||||
with open("out/Microsoft.Z3.x64.nuspec", 'w') as f:
|
||||
with open("out/Microsoft.Z3.nuspec", 'w') as f:
|
||||
f.write(contents)
|
||||
|
||||
def create_nuget_package():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue