Skip to content
derickbailey edited this page Aug 12, 2010 · 26 revisions

Welcome to the Albacore wiki!

How To Install Albacore:

Step 1: Setup github as a gem source

  gem source -a http://gems.github.com

Step 2: Install the Albacore gem

  gem install derickbailey-Albacore

How To Use Albacore

After installing Albacore, you only need to

require 'albacore'

in your rakefile. This will allow you to use the tasks that Albacore includes.

The Albacore Tasks

msbuildtask – Build a Visual Studio solution (.sln) or MSBuild file
assemblyinfotask – Generate an AssemblyInfo.cs file. Currently only supports C#.

Clone this wiki locally