| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Build Scripts with Powershell or Rake

Page history last edited by Alper 13 years, 11 months ago

We talked about the following technologies for creating build scripts.

 

 

  • Rake with Ruby
  • Rake with IronRuby (Rake scripts written in Ruby should work with IronRuby)
  • Nant (people are moving away from XML)
  • PSake (Need to learn Powershell syntax first) 

 

Most people agreed that Rake build scripts with TeamCity is the simplest option to get your CI up and running. You can have up to 20 TeamCity projects for free.

Fubu MVC's build script is a good place to start for writing rake scripts. UpperCuT (part of Chuck Norris framework) can automate the initial task of writing the build script.

 

FluentMigrator is recommended for DB migrations. Test data should be recreated at the beginning of every test. Database compare tools can be used to generate database scripts for  production database deployments.

 

 

 

 

 

    Comments (0)

    You don't have permission to comment on this page.