diff --git a/kokoro/release/collect_all_artifacts.sh b/kokoro/release/collect_all_artifacts.sh index 330bb693c0..470dc3842d 100755 --- a/kokoro/release/collect_all_artifacts.sh +++ b/kokoro/release/collect_all_artifacts.sh @@ -57,6 +57,10 @@ sudo rm -f /etc/apt/sources.list.d/cuda.list sudo apt update sudo apt-get install -y nuget +# Copy WKT protos to csharp directory. +mkdir -p src/google/protobuf +cp ../src/google/protobuf/*.proto src/google/protobuf/ + nuget pack Google.Protobuf.Tools.nuspec # Copy the nupkg to the output artifacts