Skip to content

Instantly share code, notes, and snippets.

@timwingfield
Created May 5, 2010 17:25
Show Gist options
  • Save timwingfield/391127 to your computer and use it in GitHub Desktop.
Save timwingfield/391127 to your computer and use it in GitHub Desktop.
Albacore MSBuild Task
desc "Build TicTacToe using the MSBuildTask"
msbuild :msbuild do |msb|
msb.properties :configuration => :Release
msb.targets :Clean, :Build
#msb.verbosity :verbosity => 'q'
msb.solution = "../TicTacToe.sln"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment