We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26cb6a7 commit 0040102Copy full SHA for 0040102
kokoro/release/collect_all_artifacts.sh
@@ -49,7 +49,7 @@ cp ${INPUT_ARTIFACTS_DIR}/build64/src/protoc protoc/macosx_x64/protoc
49
# Install nuget (will also install mono)
50
# TODO(jtattermusch): use "mono:5.14" docker image instead so we don't have to apt-get install
51
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
52
-echo "deb https://download.mono-project.com/repo/ubuntu stable-trusty main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
+echo "deb https://download.mono-project.com/repo/ubuntu stable-xenial main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
53
sudo apt update
54
sudo apt-get install -y nuget
55
0 commit comments