mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 09:09:42 +02:00
nuget runner is downloaded using nuget.
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user