File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
wget https://nuget.org/nuget.exe
2
2
BUILD_DIR=$( dirname -- $0 )
3
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
- ls -d $BUILD_DIR /../deps/* /
6
- cp $BUILD_DIR /../deps/NUnit/lib/net45/nunit.framework.* $BUILD_DIR /../deps/NUnit
4
+ mono nuget.exe install NUnit.Runners -Version 3.6.0 -OutputDirectory $BUILD_DIR /../deps
Original file line number Diff line number Diff line change 1
1
set -e
2
2
BUILD_DIR=$( dirname -- $0 )
3
- MONO_PATH=$BUILD_DIR /../deps/NUnit.Runners.2 .6.4 /tools \
4
- mono $BUILD_DIR /../deps/NUnit.Runners.2 .6.4 /tools/nunit-console.exe -nologo -noresult $BUILD_DIR /gmake/lib/Release_* /* Tests* .dll
3
+ MONO_PATH=$BUILD_DIR /../deps/NUnit.Runners.3 .6.0 /tools \
4
+ mono $BUILD_DIR /../deps/NUnit.Runners.3 .6.0 /tools/nunit-console.exe -nologo -noresult $BUILD_DIR /gmake/lib/Release_* /* Tests* .dll
You can’t perform that action at this time.
0 commit comments