mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
nuget runner is downloaded using nuget.
This commit is contained in:
parent
cae0ebefc9
commit
1373d34013
13 changed files with 9 additions and 124 deletions
|
@ -1,5 +1,6 @@
|
|||
NUNIT="./Libraries/nunit/nunit-console-x86.exe"
|
||||
EXCLUDE="/exclude:Windows"
|
||||
TESTDIR="."
|
||||
TESTDIR=.
|
||||
NUNIT=$TESTDIR/NUnit.Runners.2.6.1/tools/nunit-console-x86.exe
|
||||
|
||||
mono $NUNIT $EXCLUDE /xml:NzbDrone.Libraries.Result.xml $TESTDIR/NzbDrone.Libraries.Test.dll
|
||||
mono $NUNIT $EXCLUDE /xml:NzbDrone.Libraries.Common.Result.xm $TESTDIR/NzbDrone.Common.Test.dll
|
Loading…
Add table
Add a link
Reference in a new issue