parent
ba73d4770f
commit
fc98de4ea9
@ -1,23 +0,0 @@ |
|||||||
"use strict"; |
|
||||||
|
|
||||||
var sequential = require('./sequential'); |
|
||||||
|
|
||||||
module.exports = function (params, processor) { |
|
||||||
return sequential({ |
|
||||||
tasks: [ |
|
||||||
{ |
|
||||||
type: "dotnetrewrite", |
|
||||||
params: params |
|
||||||
}, |
|
||||||
{ |
|
||||||
type: "dotnetbuilderwrapper", |
|
||||||
params: { |
|
||||||
command: "compile", |
|
||||||
SolutionPath: processor.context.exported + "/" + (params.script || "MakePackage.msbuild"), |
|
||||||
Target: "Package", |
|
||||||
OutputDirectory: processor.context.release |
|
||||||
} |
|
||||||
} |
|
||||||
] |
|
||||||
}, processor); |
|
||||||
}; |
|
Loading…
Reference in new issue