We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023ea54 commit c210e2fCopy full SHA for c210e2f
build/InstallNugets.sh
@@ -0,0 +1,4 @@
1
+wget https://nuget.org/nuget.exe
2
+mono nuget.exe install NUnit -Version 2.6.4 -OutputDirectory ../deps
3
+mono nuget.exe install NUnit.Runners -Version 2.6.4 -OutputDirectory ../deps
4
+cp deps/NUnit.2.6.4/lib/nunit.framework.* deps/NUnit/
0 commit comments