Simple rake task which performs a standardised set of build tasks (from Albacore)
build do |b| b.solution = 'foo.sln' b.application_type = :website end
- clean
- clean output
- set up iis sites + app pools
- compile
- tokenize configs
- msbuild
- test
- unit test
- mspec
- stylecop (todo)
- publish
- robocopy
- verify deploy (todo)
- analyze
- code coverage (todo)
- ndepend (todo)
- page speed (todo)