Browse Source

Added build script to install Nuget deps.

pull/729/merge
Joao Matos 9 years ago
parent
commit
c210e2f4b9
  1. 4
      build/InstallNugets.sh

4
build/InstallNugets.sh

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
wget https://nuget.org/nuget.exe
mono nuget.exe install NUnit -Version 2.6.4 -OutputDirectory ../deps
mono nuget.exe install NUnit.Runners -Version 2.6.4 -OutputDirectory ../deps
cp deps/NUnit.2.6.4/lib/nunit.framework.* deps/NUnit/
Loading…
Cancel
Save