working
This commit is contained in:
Родитель
fd59c58013
Коммит
c17761d003
|
@ -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);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче