Skip to content

Commit 95ef7fa

Browse files
authored
Remove Mono (dotnet#12)
Mono is no longer required for 2.0 builds. It is required for building 1.0 and 1.1 patches, but we can manually install Mono on an Ubuntu 14.04 agent for patch builds.
1 parent 5fcebff commit 95ef7fa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

BuildAgent/SetupScripts/BuildAgentSetup_Ubuntu.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ apt-get install -y git
3232
# Sometimes git pull stalls, so this could fix it
3333
git config --global http.postBuffer 2M
3434

35-
echo "Installing Mono 4.4.0..."
36-
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
37-
echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots/4.4.0/. main" | tee /etc/apt/sources.list.d/mono-xamarin.list
38-
apt-get update
39-
apt-get install -y mono-complete
40-
4135
echo "Installing libunwind8..."
4236
apt-get install -y libunwind8
4337

0 commit comments

Comments
 (0)