File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11wget https://nuget.org/nuget.exe
22BUILD_DIR=$( dirname -- $0 )
33mono 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 11set -e
22BUILD_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