Skip to content

Commit 0040102

Browse files
committed
Updated collect_all_artifacts.sh for Ubuntu Xenial
1 parent 26cb6a7 commit 0040102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kokoro/release/collect_all_artifacts.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ cp ${INPUT_ARTIFACTS_DIR}/build64/src/protoc protoc/macosx_x64/protoc
4949
# Install nuget (will also install mono)
5050
# TODO(jtattermusch): use "mono:5.14" docker image instead so we don't have to apt-get install
5151
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
52+
echo "deb https://download.mono-project.com/repo/ubuntu stable-xenial main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
5353
sudo apt update
5454
sudo apt-get install -y nuget
5555

0 commit comments

Comments
 (0)