ProjectScaffold icon indicating copy to clipboard operation
ProjectScaffold copied to clipboard

Update build.fsx using Paket

Open sergey-tihon opened this issue 9 years ago • 1 comments

Most of build scripts in our projects contain the same targets and differ only in constant values generated during init.fsx phase

If we move all project specific configs to separate files like project.yaml we should be able to reuse build.fsx in projects without modifications.

This should allow up update build.fsx in all project without painful merge effort.

Does it make sense for you? @forki @pblasucci

sergey-tihon avatar Dec 01 '15 16:12 sergey-tihon

I'm generally in favor of this idea (though I do tend to modify my build.fsx rather heavily...)

pblasucci avatar Dec 01 '15 17:12 pblasucci