Skip to content

Commit

Permalink
apacheGH-45543: [Release][C#] Remove NuGet references in script (apac…
Browse files Browse the repository at this point in the history
…he#45544)

### Rationale for this change

Fixes apache#45543.

### What changes are included in this PR?

- Edited dev/release/post-03-binary.sh

### Are these changes tested?

No, but I feel okay with them.

### Are there any user-facing changes?

No.
* GitHub Issue: apache#45543

Authored-by: Bryce Mecum <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
amoeba authored Feb 16, 2025
1 parent db83c8e commit c0e275e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dev/release/post-03-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ fi
: ${DEPLOY_CENTOS:=${DEPLOY_DEFAULT}}
: ${DEPLOY_DEBIAN:=${DEPLOY_DEFAULT}}
: ${DEPLOY_DOCS:=${DEPLOY_DEFAULT}}
: ${DEPLOY_NUGET:=${DEPLOY_DEFAULT}}
: ${DEPLOY_PYTHON:=${DEPLOY_DEFAULT}}
: ${DEPLOY_R:=${DEPLOY_DEFAULT}}
: ${DEPLOY_UBUNTU:=${DEPLOY_DEFAULT}}
Expand All @@ -77,9 +76,6 @@ fi
if [ ${DEPLOY_DOCS} -gt 0 ]; then
rake_tasks+=(docs:release)
fi
if [ ${DEPLOY_NUGET} -gt 0 ]; then
rake_tasks+=(nuget:release)
fi
if [ ${DEPLOY_PYTHON} -gt 0 ]; then
rake_tasks+=(python:release)
fi
Expand Down

0 comments on commit c0e275e

Please sign in to comment.