Internal change

PiperOrigin-RevId: 503567665
pull/11621/head
Mike Kruskal 2 years ago committed by Copybara-Service
parent e207bcd940
commit 89349575f4
  1. 4
      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

Loading…
Cancel
Save