aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/experimental
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-03-06 16:45:29 +0100
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-03-06 16:45:29 +0100
commitb988e396d29ca6e9d04b45a97efe8827a15ae8e5 (patch)
tree24d95ad8621b0dc90bc7534b9f8950aac122b27c /src/csharp/experimental
parentfdd24f10f37c3236bb695fc0a020472624ec4c29 (diff)
script improvements
Diffstat (limited to 'src/csharp/experimental')
-rwxr-xr-xsrc/csharp/experimental/build_unitypackage.sh19
1 files changed, 4 insertions, 15 deletions
diff --git a/src/csharp/experimental/build_unitypackage.sh b/src/csharp/experimental/build_unitypackage.sh
index afc35f093e..cca52658e8 100755
--- a/src/csharp/experimental/build_unitypackage.sh
+++ b/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