parent
bc63ac1ef1
commit
ac71515e3c
@ -0,0 +1,18 @@ |
||||
"use strict"; |
||||
|
||||
var sequential = require('./sequential'); |
||||
|
||||
module.exports = function (params, processor) { |
||||
return sequential({ |
||||
tasks: [ |
||||
{ |
||||
type: "dotnetbuilderwrapper", |
||||
params: { |
||||
command: "nugetrestore", |
||||
BaseDirectory: processor.context.exported, |
||||
SolutionPath: processor.context.exported + "/" + params.solution |
||||
} |
||||
} |
||||
] |
||||
}, processor); |
||||
}; |
Loading…
Reference in new issue