apache / arrow-adbc

Database connectivity API standard and libraries for Apache Arrow
https://arrow.apache.org/adbc/
Apache License 2.0
385 stars 97 forks source link

ci(ci/scripts): Introduce the option to pack csharp without building #2330

Closed Julian-Brandrick closed 5 days ago

Julian-Brandrick commented 6 days ago

Modifying the csharp_pack.ps1 script to allow for packing without building. This unlocks scenarios where we can build and sign the binaries, then pack without having them be overwritten by an implicit build.

Updated the csharp_pack.sh script for parity.