Julian-Brandrick commented on code in PR #1870: URL: https://github.com/apache/arrow-adbc/pull/1870#discussion_r1616274828
########## ci/scripts/csharp_pack.ps1: ########## @@ -15,18 +15,25 @@ # limitations under the License. param ( - [string]$destination=$null + [string]$destination=$null, + [string]$versionSuffix=$null Review Comment: This is a good idea, I've made a similar change to csharp_pack.sh. As I'm on Windows I've tested it with the Git shell, though I'm not as familiar with Bash so let me know if there's something I missed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
