Commit cff4123

mo k <mo@mokhan.ca>
2012-04-27 03:49:57
add rake task to install mono packages.
1 parent 3bf51eb
Changed files (2)
tools/NuGet.exe.old
Binary file
rakefile
@@ -8,3 +8,8 @@ desc 'mspec test runner'
 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
+
+task :mono, :package do |t, args|
+  sh "mono --runtime=v4.0.30319 tools/NuGet.exe install #{args[:package]}"
+end
+