Build server prototype (integration with GitHub / NuGet / etc)
 
 
 
 
micro-build-server/BuildServer/lib/tasks/noop.js

3 lines
96 B

"use strict";
module.exports = (params, processor) => ({ "process": () => processor.done() });