dolittle-obsolete / DotNET.Fundamentals

Reusable, fundamental abstractions and building blocks
http://www.dolittle.io
MIT License
4 stars 8 forks source link

Ms build tooling #215

Closed einari closed 5 years ago

einari commented 5 years ago

Introducing a pluggable MSBuild tooling system. The purpose of it is to make it possible for us to in an extensible way provide after build tasks and also make it very optimal so we don't slow down build too much, since we're doing a lot of discovery magic - we don't want to do that multiple times out of process if not needed.

This will be the pre-requisite for the SDK build tool and also the WebAssembly build tool.

┆Issue is synchronized with this Asana task