From 0b937efb2aa2d3ffa86e309c0d1bf20d5b8be4a4 Mon Sep 17 00:00:00 2001 From: Inga Lovinde <52715130+inga-lovinde@users.noreply.github.com> Date: Fri, 23 Oct 2015 17:06:34 +0300 Subject: [PATCH] Improved test libraries detection --- BuildServer/lib/tasks/dotnetnunitall.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildServer/lib/tasks/dotnetnunitall.js b/BuildServer/lib/tasks/dotnetnunitall.js index 578da7c..3a1506b 100644 --- a/BuildServer/lib/tasks/dotnetnunitall.js +++ b/BuildServer/lib/tasks/dotnetnunitall.js @@ -12,7 +12,7 @@ module.exports = function (params, processor) { processor.context.dotnetnunitallDone = true; - glob("**/bin/**/*.{Tests,Test,UnitTests}.dll", { + glob("**/{bin,build}/**/*.{Tests,Test,UnitTests}.dll", { dot: true, cwd: processor.context.exported }, function (err, files) {