summaryrefslogtreecommitdiff
path: root/rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'rakefile')
-rwxr-xr-xrakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/rakefile b/rakefile
index 2607164..b71ff9d 100755
--- a/rakefile
+++ b/rakefile
@@ -1,5 +1,7 @@
require 'albacore'
+task :default => :spec
+
task :xbuild do
sh "xbuild src/test/test.csproj '/target:Clean;Rebuild' /verbosity:quiet /tv:4.0 /nologo"
end