Browse Source

Fixed the path to the new NUnit in the build scripts.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
pull/767/head
Dimitar Dobrev 9 years ago
parent
commit
745f5fc8ea
  1. 3
      build/InstallNugets.sh

3
build/InstallNugets.sh

@ -2,4 +2,5 @@ wget https://nuget.org/nuget.exe @@ -2,4 +2,5 @@ wget https://nuget.org/nuget.exe
BUILD_DIR=$(dirname -- $0)
mono nuget.exe install NUnit -Version 3.6.0 -OutputDirectory $BUILD_DIR/../deps
mono nuget.exe install NUnit.Runners -Version 3.6.0 -OutputDirectory $BUILD_DIR/../deps
cp $BUILD_DIR/../deps/NUnit.3.6.0/lib/nunit.framework.* $BUILD_DIR/../deps/NUnit
ls -d $BUILD_DIR/../deps/*/
cp $BUILD_DIR/../deps/NUnit/lib/net45/nunit.framework.* $BUILD_DIR/../deps/NUnit

Loading…
Cancel
Save