summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo k <mo@mokhan.ca>2012-04-26 22:03:09 -0600
committermo k <mo@mokhan.ca>2012-04-26 22:03:09 -0600
commita98a3da492a5af28dc2de771a3244235b43ba3ed (patch)
tree3522c976605996965e8fc97e6348e3c6d8a29c8d
parent27391e4196b7ffe1addbc7d6202a651d30f10265 (diff)
add description to mono_install task.
-rwxr-xr-xrakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/rakefile b/rakefile
index f2dc53b..2607164 100755
--- a/rakefile
+++ b/rakefile
@@ -9,6 +9,7 @@ task :spec => :xbuild do
sh "mono --debug packages/Machine.Specifications.0.5.3.0/tools/mspec-clr4.exe src/test/bin/Debug/test.dll"
end
+desc 'rake mono_install[RhinoMocks]'
task :mono_install, :package do |t, args|
sh "mono --runtime=v4.0.30319 tools/NuGet.exe install #{args[:package]} -OutputDirectory packages"
#sh "mono --runtime=v4.0.30319 tools/NuGet.exe help install"