We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7694fcd commit c8d2833Copy full SHA for c8d2833
1 file changed
Build/steps.yml
@@ -36,6 +36,8 @@ steps:
36
echo "deb https://download.mono-project.com/repo/ubuntu stable-xenial main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
37
sudo apt update
38
sudo apt-get -yq install mono-complete mono-vbnc dos2unix fakeroot
39
+ # workaround for issue with vbc.rsp file
40
+ sudo sed -ie 's/System.XML/System.Xml/g' /usr/lib/mono/4.5/vbc.rsp
41
42
# Dump some info about the tools
43
mono --version
0 commit comments