There's a set of build functionality which sits somewhere between compile and publish:
- the logic in the current post compile
place-binaries scripts
- setting the right file permissions per OS per file
- sign?
- analyze?
- fxcop?
I suggest we introduce a new build verb between compile and publish that covers this responsibility (possible names: deploy, post-build, pre-publish).
A quick scan of issues that will benefit from this: