This commit is contained in:
Chris Tavares 2013-12-11 17:40:38 -08:00
Родитель fd59c58013
Коммит c17761d003
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -27,5 +27,10 @@ module.exports = function(grunt) {
request(config.src).pipe(nugetExeStream);
});
grunt.registerTask('findspecdlls', 'Find the specification dlls in packages and print them out', function () {
var paths = grunt.file.expand("./hydra/*.Specification.*/tools/*.Specification.dll");
console.log(paths);
});
};