提交 56c2c8bf 编写于 作者: J Jared Parsons

Made the script more robust

上级 65460d07
......@@ -2,9 +2,17 @@
echo Changing mono snapshot
. mono-snapshot mono/20150316155603
if [ $? -ne 0 ]; then
echo Could not set mono snapshot
exit 1
fi
echo Restoring NuGet packages
mono src/.nuget/NuGet.exe restore src/Roslyn.sln
if [ $? -ne 0 ]; then
echo Failed restoring NuGet packages
exit 1
fi
cd src/Compilers/CSharp/csc
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册