SyntaxFix
Write A Post
Hire A Developer
Questions
task :build_all do [ :debug, :release ].each do |t| $build_type = t Rake::Task["build"].reenable Rake::Task["build"].invoke end end
That should sort you out, just needed the same thing myself.