Skip to content

Commit

Permalink
Fixed GA build in Rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
vktr committed Mar 14, 2013
1 parent 8151b50 commit b5fffae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ task :alpha => [ :clobber, "env:alpha", "env:release", "build:all", "test:all",

task :beta => [ :clobber, "env:beta", "env:release", :build_x86, :reset, :build_x64 ]
task :rc => [ :clobber, "env:rc", "env:release", :build_x86, :reset, :build_x64 ]
task :ga => [ :clobber, "env:ga", "env:release", :build_x86, :reset, :build_x64 ]
task :ga => [ :clobber, "env:ga", "env:release", "build:all", "test:all", "output:all", "zip:all", "msi:all" ]

desc "Versioning"
assemblyinfo :version => "env:common" do |asm|
Expand Down

0 comments on commit b5fffae

Please sign in to comment.