Albacore / albacore

Albacore is a professional quality suite of Rake tasks for building .NET or Mono based systems.
www.albacorebuild.net
221 stars 64 forks source link

Passing rake task parameters down to tasks created with Albacore. #193

Closed antonialvarez closed 8 years ago

antonialvarez commented 8 years ago

When calling a rake task created with Albacore, the parameters passed to the rake task are now available to the Albacore task.

e.g.

test_runner :unit_tests, :path do |nunit, args|
#args.path is mypath
end
rake unit_tests[mypath]
antonialvarez commented 8 years ago

CI failed. Was it b/c of my commit?

haf commented 8 years ago

Yes, it's your commit that's failing. You need to run tests locally or fix so that travis is happy.