Skip to content

Commit c210e2f

Browse files
committed
Added build script to install Nuget deps.
1 parent 023ea54 commit c210e2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/InstallNugets.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)