summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrakefile5
-rw-r--r--tools/NuGet.exe.oldbin17408 -> 0 bytes
2 files changed, 5 insertions, 0 deletions
diff --git a/rakefile b/rakefile
index 0929931..0678a39 100755
--- a/rakefile
+++ b/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
+
diff --git a/tools/NuGet.exe.old b/tools/NuGet.exe.old
deleted file mode 100644
index 9218fe9..0000000
--- a/tools/NuGet.exe.old
+++ /dev/null
Binary files differ