aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/distrib/csharp/update_version.sh
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-06-06 10:14:52 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-06-06 10:14:52 +0200
commit4fae81d7778977dc879c4acd78e7257f0f3f07f4 (patch)
tree59977203f4ffd574ade49e5a691dd1ac1a992ff2 /test/distrib/csharp/update_version.sh
parent583f39ad94c0a14a50916e86a5ccd8c3c77ae2c6 (diff)
test C# codegen in distribtests
Diffstat (limited to 'test/distrib/csharp/update_version.sh')
-rwxr-xr-xtest/distrib/csharp/update_version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/distrib/csharp/update_version.sh b/test/distrib/csharp/update_version.sh
index 9759cc5648..0e47ed3abd 100755
--- a/test/distrib/csharp/update_version.sh
+++ b/test/distrib/csharp/update_version.sh
@@ -28,4 +28,4 @@ then
fi
# Replaces version placeholder with value provided as first argument.
-sed -ibak "s/__GRPC_NUGET_VERSION__/${CSHARP_VERSION}/g" DistribTest/packages.config DistribTest/DistribTest.csproj DistribTest/DistribTestDotNet.csproj
+sed -ibak "s/__GRPC_NUGET_VERSION__/${CSHARP_VERSION}/g" DistribTest/packages.config DistribTest/DistribTest.csproj DistribTest/DistribTestDotNet.csproj test_codegen/test_codegen.sh