Improved test libraries detection

dependabot/npm_and_yarn/BuildServer/eslint-7.2.0
Inga 🏳‍🌈 9 years ago
parent eea34ff7bb
commit 0b937efb2a
  1. 2
      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) {

Loading…
Cancel
Save