aboutsummaryrefslogtreecommitdiff
path: root/csharp/buildall.sh
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-06-25 12:25:49 +0100
committerJon Skeet <jonskeet@google.com>2015-06-26 20:13:05 +0100
commite75a10d8ff85901021a7c133534b6b87c3c7f072 (patch)
treeb17e1800d15a6a8e9bed81fe03d57bcf16187e8f /csharp/buildall.sh
parent286edc0fc2e52ed52ba08d5c572b4f125665d788 (diff)
downloadprotobuf-e75a10d8ff85901021a7c133534b6b87c3c7f072.tar.gz
protobuf-e75a10d8ff85901021a7c133534b6b87c3c7f072.tar.bz2
protobuf-e75a10d8ff85901021a7c133534b6b87c3c7f072.zip
Fix or delete old projects.
ProtoDump isn't currently useful, but will be when ToString emits JSON: fixed. ProtoBench: deleted; we should reinstate when there's a common proto3 benchmark. ProtoMunge: delete; not useful enough to merit fixing up. Removed the [TestFixture] from ByteStringTest as Travis uses a recent enough version of NUnit.
Diffstat (limited to 'csharp/buildall.sh')
-rwxr-xr-xcsharp/buildall.sh9
1 files changed, 2 insertions, 7 deletions
diff --git a/csharp/buildall.sh b/csharp/buildall.sh
index e19cea0a..6b56afee 100755
--- a/csharp/buildall.sh
+++ b/csharp/buildall.sh
@@ -11,13 +11,8 @@ SRC=$(dirname $0)/src
set -ex
-# echo Building the solution.
-# TODO(jonskeet): Re-enable building the whole solution when we have ProtoBench et al
-# working again.
-# xbuild /p:Configuration=$CONFIG $SRC/ProtocolBuffers.sln
-
-xbuild /p:Configuration=$CONFIG $SRC/ProtocolBuffers/ProtocolBuffers.csproj
-xbuild /p:Configuration=$CONFIG $SRC/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
+echo Building the solution.
+xbuild /p:Configuration=$CONFIG $SRC/ProtocolBuffers.sln
echo Running tests.
$NUNIT_CONSOLE $SRC/ProtocolBuffers.Test/bin/$CONFIG/Google.Protobuf.Test.dll