Skip to content

Commit

Permalink
Fixed NUnit paths in Nuget install script.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Feb 6, 2017
1 parent 99902c7 commit ab62ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/InstallNugets.sh
Original file line number Diff line number Diff line change
@@ -1,4 +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/
cp ../deps/NUnit.2.6.4/lib/nunit.framework.* ../deps/NUnit

0 comments on commit ab62ee7

Please sign in to comment.