Skip to content

Commit c8d2833

Browse files
authored
Workaround for issue with vbc.rsp
1 parent 7694fcd commit c8d2833

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Build/steps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ steps:
3636
echo "deb https://download.mono-project.com/repo/ubuntu stable-xenial main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
3737
sudo apt update
3838
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
3941
4042
# Dump some info about the tools
4143
mono --version

0 commit comments

Comments
 (0)