Commit a98a3da

mo k <mo@mokhan.ca>
2012-04-27 04:03:09
add description to mono_install task.
1 parent 27391e4
Changed files (1)
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"