Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorverhoek <30193551+verhoek@users.noreply.github.com>2019-12-03 22:28:16 +0300
committerverhoek <30193551+verhoek@users.noreply.github.com>2019-12-03 22:28:16 +0300
commitbd58dac269b25087562c5d6d9abd2b8fd441699b (patch)
tree28c007e7f284cb852c1a63a736e587c2ddd38bec /pipeline/stage_unittests
parent1f88ef6d6743f9ad8894043399e36569dc7093ab (diff)
Updated nunit runners
Diffstat (limited to 'pipeline/stage_unittests')
-rwxr-xr-xpipeline/stage_unittests/job.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pipeline/stage_unittests/job.sh b/pipeline/stage_unittests/job.sh
index b03e43f31..e2d1fd637 100755
--- a/pipeline/stage_unittests/job.sh
+++ b/pipeline/stage_unittests/job.sh
@@ -12,7 +12,7 @@ function get_and_extract_test_zip () {
}
function start_test () {
- nuget install NUnit.Runners -Version 3.5.0 -OutputDirectory testrunner
+ nuget install NUnit.Runners -Version 3.10.0 -OutputDirectory testrunner
for CAT in $(echo $testcategories | sed "s/,/ /g")
do