зеркало из
1
0
Форкнуть 0
nunit-silverlight/build

10 строки
241 B
Plaintext
Исходник Обычный вид История

#!/bin/bash
2015-08-18 21:37:20 +03:00
#Restore nuget packages
#Run mozroots --import --sync if certificates are not found
mono ./tools/nuget.exe restore nunit.linux.sln
if [ "$?" -ne 0 ]; then echo "NuGet restore failed."; exit 1; fi
2015-08-18 21:37:20 +03:00
#run xbuild itself
xbuild "$@"