From 89349575f48db98da849f19c829ea23854e350dd Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Fri, 20 Jan 2023 19:06:22 -0800 Subject: [PATCH] Internal change PiperOrigin-RevId: 503567665 --- kokoro/release/collect_all_artifacts.sh | 4 ++++ 1 file changed, 4 insertions(+) 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