CurtHagenlocher commented on code in PR #1870: URL: https://github.com/apache/arrow-adbc/pull/1870#discussion_r1605813937
########## 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: Should there be a similar affordance made in the bash script? -- 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]
