diff options
| author | mo k <mo@mokhan.ca> | 2012-04-26 22:03:09 -0600 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-04-26 22:03:09 -0600 |
| commit | a98a3da492a5af28dc2de771a3244235b43ba3ed (patch) | |
| tree | 3522c976605996965e8fc97e6348e3c6d8a29c8d | |
| parent | 27391e4196b7ffe1addbc7d6202a651d30f10265 (diff) | |
add description to mono_install task.
| -rwxr-xr-x | rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
