This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new a7a39c1ed AVRO-3592: Add the codec packages to the tar (#1796)
a7a39c1ed is described below
commit a7a39c1edf0bf92fce3ea3e9a8415eef025f830d
Author: Ryan Skraba <[email protected]>
AuthorDate: Thu Aug 4 00:23:29 2022 -0700
AVRO-3592: Add the codec packages to the tar (#1796)
(cherry picked from commit c3c64a1bf8bd7f641327cca0b7f329ed01dedf58)
---
lang/csharp/build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/csharp/build.sh b/lang/csharp/build.sh
index 5a1c1d81d..c65e08d5d 100755
--- a/lang/csharp/build.sh
+++ b/lang/csharp/build.sh
@@ -68,7 +68,7 @@ do
# build the tarball
mkdir -p ${ROOT}/dist/csharp
- (cd build; tar czf ${ROOT}/../dist/csharp/avro-csharp-${VERSION}.tar.gz
main codegen LICENSE NOTICE)
+ (cd build; tar czf ${ROOT}/../dist/csharp/avro-csharp-${VERSION}.tar.gz
main codegen codec LICENSE NOTICE)
# build documentation
doxygen Avro.dox