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) {