Skip to content

Instantly share code, notes, and snippets.

@jondot
Created March 29, 2011 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jondot/893189 to your computer and use it in GitHub Desktop.
Save jondot/893189 to your computer and use it in GitHub Desktop.
albacore template
#
# set up nunit
#
download "http://launchpad.net/nunitv2/2.5/2.5.9/+download/NUnit-2.5.9.10348.zip", :unzip => "tools/nunit"
nunit "tools/nunit"
#
# set up ncover
#
ncover "existingtoolfolder/ncover", "*Foo.dll"
#
# pick a nuget
#
nuget "fake-nuget"
# really, sky is the limit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment