We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99902c7 commit ab62ee7Copy full SHA for ab62ee7
build/InstallNugets.sh
@@ -1,4 +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/
+cp ../deps/NUnit.2.6.4/lib/nunit.framework.* ../deps/NUnit
0 commit comments