Skip to content

Commit

Permalink
default target only builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanderveen committed Aug 15, 2011
1 parent 97dd6f3 commit e0e4421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile.rb
Expand Up @@ -118,7 +118,7 @@ def ragel()
sh "cd src/HttpMachine; ragel rl/HttpParser.cs.rl -A -o HttpParser.cs"
end

task :default => [:build, :test]
task :default => [:build]

msbuild :build_msbuild do |b|
b.properties :configuration => CONFIGURATION, "OutputPath" => OUTPUT_DIR
Expand Down

0 comments on commit e0e4421

Please sign in to comment.