Closed cyberbiont closed 4 years ago
That's it. Tasks, defined by assigning an object to module.exports, are ignored. E.g.
module.exports = { myTask: taskFn, anotherTask: anotherTaskFn }
should be fixed in next release (azure pipelines is partially down at the moment, live accident or something)
That's it. Tasks, defined by assigning an object to module.exports, are ignored. E.g.