-
Notifications
You must be signed in to change notification settings - Fork 71
Home
jondot edited this page Apr 5, 2011
·
37 revisions
Welcome to the Albacore project.
Albacore is intended to be a professional quality suite of Rake tasks to help automate the process of building a .NET based system. All tasks are built using a test-first approach through rspec, and all tests are included in the Albacore gem.
Please see the readme file on the main Albacore github page for instructions on how to install the latest stable version or the latest source code.
After installing Albacore, you only need to
require 'albacore'
in your rakefile. This will allow you to use the tasks that Albacore includes.
You may now want to check the Getting Started section.
Read the information on contributing to Albacore here
Guides to help with migrating from various build utilities to Rake with Albacore.