Add grpc generation to cartservice/genproto.sh
This commit is contained in:
parent
1d75761946
commit
2782c76100
1 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,5 @@ PROTODIR=../../pb
|
|||
# enter this directory
|
||||
CWD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
|
||||
protoc --csharp_out=$CWD/grpc_genproto -I $PROTODIR $PROTODIR/demo.proto
|
||||
protoc --csharp_out=$CWD/grpc_generated --grpc_out=$CWD/grpc_generated -I $PROTODIR $PROTODIR/demo.proto
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue