aboutsummaryrefslogtreecommitdiff
path: root/csharp/buildall.sh
diff options
context:
space:
mode:
authorJan Tattermusch <jtattermusch@users.noreply.github.com>2015-07-17 10:37:45 -0700
committerJan Tattermusch <jtattermusch@users.noreply.github.com>2015-07-17 10:37:45 -0700
commit4e354c70283f3fda7f720e8b69256264ce083e0f (patch)
tree3a378f39d89c047b9ead3c57ae4fedc39ab393b5 /csharp/buildall.sh
parent0f442a7533b1d06ce0092b28f10af481b99e1369 (diff)
parent86cf61d448213c4f7877e9bc6a8bed1fb9212638 (diff)
downloadprotobuf-4e354c70283f3fda7f720e8b69256264ce083e0f.tar.gz
protobuf-4e354c70283f3fda7f720e8b69256264ce083e0f.tar.bz2
protobuf-4e354c70283f3fda7f720e8b69256264ce083e0f.zip
Merge pull request #616 from jskeet/rename
First pass at the big rename from ProtocolBuffers to Google.Protobuf.
Diffstat (limited to 'csharp/buildall.sh')
-rwxr-xr-xcsharp/buildall.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/csharp/buildall.sh b/csharp/buildall.sh
index 6b56afee..20fb46b2 100755
--- a/csharp/buildall.sh
+++ b/csharp/buildall.sh
@@ -6,13 +6,13 @@ NUNIT_CONSOLE=nunit-console
# The rest you can leave intact
CONFIG=Release
-KEYFILE=../keys/Google.ProtocolBuffers.snk # TODO(jtattermusch): signing!
+KEYFILE=../keys/Google.Google.Protobuf.snk # TODO(jtattermusch): signing!
SRC=$(dirname $0)/src
set -ex
echo Building the solution.
-xbuild /p:Configuration=$CONFIG $SRC/ProtocolBuffers.sln
+xbuild /p:Configuration=$CONFIG $SRC/Google.Protobuf.sln
echo Running tests.
-$NUNIT_CONSOLE $SRC/ProtocolBuffers.Test/bin/$CONFIG/Google.Protobuf.Test.dll
+$NUNIT_CONSOLE $SRC/Google.Protobuf.Test/bin/$CONFIG/Google.Protobuf.Test.dll