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 62616cf commit 14390eeCopy full SHA for 14390ee
scripts/mk_nuget_task.py
@@ -78,7 +78,7 @@ def unpack(packages, symbols, arch):
78
files = ["Microsoft.Z3.dll", "Microsoft.Z3.pdb", "Microsoft.Z3.xml"]
79
for b in files:
80
dir = os.path.join(tmp, package_dir, "bin")
81
- file1 = os.path_join(dir, b)
+ file1 = os.path.join(dir, b)
82
file2 = os.path.join(dir, "netstandard2.0", b)
83
if os.path.exists(file1):
84
zip_ref.extract(file1, f"{tmp}")
0 commit comments