Skip to content

Instantly share code, notes, and snippets.

@samdelagarza
Created February 11, 2011 14:52
Show Gist options
  • Save samdelagarza/822449 to your computer and use it in GitHub Desktop.
Save samdelagarza/822449 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'albacore'
task :default => :build
msbuild :build do |msb|
msb.solution = "source/ContractManager.sln"
msb.targets :clean, :build
msb.properties :configuration => :release
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment