script improvements

pull/14605/head
Jan Tattermusch 7 years ago
parent fdd24f10f3
commit b988e396d2
  1. 19
      src/csharp/experimental/build_unitypackage.sh

@ -24,20 +24,9 @@ dotnet restore Grpc.sln
mkdir -p GrpcUnity
dotnet build --configuration Release --framework net45 Grpc.Core --output ../GrpcUnity
#ThirdParty:
#Google.Protobuf:
#TODO: add ThirdParty/Grpc.Core:
# - assembly
# - native libraries (mac dylib need to be renamed to grpc_csharp_ext.bundle)
#Grpc.Core:
# - assembly
# - native libraries....
#Grpc.Tools:
# - assembly
#System.Interactive.Async:
# - assembly
# TODO: copy libraries to build...
# TODO: rename mac dylib to: grpc_csharp_ext.bundle
#TODO: add ThirdParty/Grpc.Tools:
# - protoc and grpc plugin

Loading…
Cancel
Save