Skip to content

Commit ab62ee7

Browse files
committed
Fixed NUnit paths in Nuget install script.
1 parent 99902c7 commit ab62ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build/InstallNugets.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
wget https://nuget.org/nuget.exe
22
mono nuget.exe install NUnit -Version 2.6.4 -OutputDirectory ../deps
33
mono nuget.exe install NUnit.Runners -Version 2.6.4 -OutputDirectory ../deps
4-
cp ../deps/NUnit.2.6.4/lib/nunit.framework.* deps/NUnit/
4+
cp ../deps/NUnit.2.6.4/lib/nunit.framework.* ../deps/NUnit

0 commit comments

Comments
 (0)