From 957e877d523cadd7b454c38789b6ff757796cee8 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Mon, 15 Feb 2016 10:33:13 +0000 Subject: Generate C# code whenever descriptor.proto changes This is a start to fixing issue #1212. It won't help for test protos, conformance etc, but it will definitely be better than nothing, and would have highlighted a change in descriptor.proto which broken C# earlier. --- csharp/generate_protos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csharp/generate_protos.sh') diff --git a/csharp/generate_protos.sh b/csharp/generate_protos.sh index 9899097d..d979aa52 100755 --- a/csharp/generate_protos.sh +++ b/csharp/generate_protos.sh @@ -6,7 +6,7 @@ set -ex # cd to repository root -cd $(dirname $0)/.. +pushd $(dirname $0)/.. # Protocol buffer compiler to use. If the PROTOC variable is set, # use that. Otherwise, probe for expected locations under both -- cgit v1.2.3