Skip to content
Snippets Groups Projects
Commit 75849e45 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

fix C# generate_protos.sh script

parent aba2548d
No related branches found
No related tags found
No related merge requests found
......@@ -45,4 +45,4 @@ $PROTOC --plugin=$PLUGIN --csharp_out=$HEALTHCHECK_DIR --grpc_out=$HEALTHCHECK_D
-I src/proto/grpc/health/v1alpha src/proto/grpc/health/v1alpha/health.proto
$PROTOC --plugin=$PLUGIN --csharp_out=$TESTING_DIR --grpc_out=$TESTING_DIR \
-I . src/proto/grpc/testing/{empty,messages,test}.proto test/proto/benchmarks/*.proto
-I . src/proto/grpc/testing/{control,empty,messages,payloads,services,stats,test}.proto
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment