diff options
| author | mo k <mo@mokhan.ca> | 2012-04-26 21:49:57 -0600 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-04-26 21:49:57 -0600 |
| commit | cff412302ae7b6aba597a45944c1db2aea7b3d96 (patch) | |
| tree | 2ac0e61313bfb8fd3fff68c5afe315e2d0dae582 | |
| parent | 3bf51ebb92eb3df35b398f85ecf1306910e3722a (diff) | |
add rake task to install mono packages.
| -rwxr-xr-x | rakefile | 5 | ||||
| -rw-r--r-- | tools/NuGet.exe.old | bin | 17408 -> 0 bytes |
2 files changed, 5 insertions, 0 deletions
@@ -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 + diff --git a/tools/NuGet.exe.old b/tools/NuGet.exe.old Binary files differdeleted file mode 100644 index 9218fe9..0000000 --- a/tools/NuGet.exe.old +++ /dev/null |
