We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f9b29 commit 745f5fcCopy full SHA for 745f5fc
build/InstallNugets.sh
@@ -2,4 +2,5 @@ wget https://nuget.org/nuget.exe
2
BUILD_DIR=$(dirname -- $0)
3
mono nuget.exe install NUnit -Version 3.6.0 -OutputDirectory $BUILD_DIR/../deps
4
mono nuget.exe install NUnit.Runners -Version 3.6.0 -OutputDirectory $BUILD_DIR/../deps
5
-cp $BUILD_DIR/../deps/NUnit.3.6.0/lib/nunit.framework.* $BUILD_DIR/../deps/NUnit
+ls -d $BUILD_DIR/../deps/*/
6
+cp $BUILD_DIR/../deps/NUnit/lib/net45/nunit.framework.* $BUILD_DIR/../deps/NUnit
0 commit comments