Skip to content

Commit

Permalink
apacheGH-38694: [Release][C#] Release Apache.Arrow.Flight.Sql (apache…
Browse files Browse the repository at this point in the history
…#45309)

### Rationale for this change

Apache.Arrow.Flight.Sql should be relased too.

### What changes are included in this PR?

Upload it.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* GitHub Issue: apache#38694

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
kou authored Jan 21, 2025
1 parent c1a20f0 commit 2d76789
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions dev/release/post-08-csharp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ base_names=()
base_names+=(Apache.Arrow.${version})
base_names+=(Apache.Arrow.Flight.${version})
base_names+=(Apache.Arrow.Flight.AspNetCore.${version})
base_names+=(Apache.Arrow.Flight.Sql.${version})
base_names+=(Apache.Arrow.Compression.${version})
for base_name in ${base_names[@]}; do
for extension in nupkg snupkg; do
Expand Down
6 changes: 4 additions & 2 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -697,12 +697,14 @@ tasks:
params:
run: ubuntu-csharp
artifacts:
- Apache.Arrow.Compression.{no_rc_version}.nupkg
- Apache.Arrow.Compression.{no_rc_version}.snupkg
- Apache.Arrow.Flight.AspNetCore.{no_rc_version}.nupkg
- Apache.Arrow.Flight.AspNetCore.{no_rc_version}.snupkg
- Apache.Arrow.Flight.Sql.{no_rc_version}.nupkg
- Apache.Arrow.Flight.Sql.{no_rc_version}.snupkg
- Apache.Arrow.Flight.{no_rc_version}.nupkg
- Apache.Arrow.Flight.{no_rc_version}.snupkg
- Apache.Arrow.Compression.{no_rc_version}.nupkg
- Apache.Arrow.Compression.{no_rc_version}.snupkg
- Apache.Arrow.{no_rc_version}.nupkg
- Apache.Arrow.{no_rc_version}.snupkg

Expand Down

0 comments on commit 2d76789

Please sign in to comment.