aboutsummaryrefslogtreecommitdiff
path: root/csharp/buildall.sh
diff options
context:
space:
mode:
authorJan Tattermusch <jtattermusch@google.com>2015-07-29 20:35:07 -0700
committerJan Tattermusch <jtattermusch@google.com>2015-08-02 01:20:40 -0700
commit538ef54f1e9ff218d9134927a17cb3a8703358b1 (patch)
tree290a7567e220a292a03ba93c5e637cd2b6c19cbb /csharp/buildall.sh
parent80f89b4ecfad8783c1453f1bf36ecda1c2c9c664 (diff)
downloadprotobuf-538ef54f1e9ff218d9134927a17cb3a8703358b1.tar.gz
protobuf-538ef54f1e9ff218d9134927a17cb3a8703358b1.tar.bz2
protobuf-538ef54f1e9ff218d9134927a17cb3a8703358b1.zip
build signed assemblies
Diffstat (limited to 'csharp/buildall.sh')
-rwxr-xr-xcsharp/buildall.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/csharp/buildall.sh b/csharp/buildall.sh
index d903c1ca..45af705f 100755
--- a/csharp/buildall.sh
+++ b/csharp/buildall.sh
@@ -6,7 +6,6 @@ NUNIT_CONSOLE=nunit-console
# The rest you can leave intact
CONFIG=Release
-KEYFILE=../keys/Google.Protobuf.snk # TODO(jtattermusch): signing!
SRC=$(dirname $0)/src
set -ex