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

Be able to use nuget gem in a simple way #181

Closed wallymathieu closed 9 years ago

wallymathieu commented 9 years ago

It would be nice if albacore could use the nuget-exe from the nuget gem if it is available https://rubygems.org/gems/nuget/ so that you dont have manually specify the nuget exe path

Perhaps by using something like

nugets_pack :create_nugets do |p|
  ...
 p.use_nuget_gem_exe
  ....
end

?

haf commented 9 years ago

See also https://github.com/Albacore/albacore/issues/174 and https://github.com/Albacore/albacore/commits/feature/paket-pack

wallymathieu commented 9 years ago

I've added a pull request with the code: #182

haf commented 9 years ago

Great! If you write closes #181 in one of the commits for that PR, this issue will be closed when we merge your PR.

wallymathieu commented 9 years ago

Forgot to write "closes ..."