Skip to content

Commit

Permalink
add xml file to the mix #4578
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Jan 12, 2021
1 parent d1dab32 commit 8abb644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mk_nuget_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def unpack(packages, symbols):
replace(f"{tmp}/{package_dir}/bin/libz3.pdb", f"out/runtimes/{dst}/native/libz3.pdb")
files = ["Microsoft.Z3.dll"]
if symbols:
files += ["Microsoft.Z3.pdb"]
files += ["Microsoft.Z3.pdb", "Microsoft.Z3.xml"]
for b in files:
zip_ref.extract(f"{package_dir}/bin/{b}", f"{tmp}")
replace(f"{tmp}/{package_dir}/bin/{b}", f"out/lib/netstandard1.4/{b}")
Expand Down

0 comments on commit 8abb644

Please # to comment.