Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wallymathieu opened this issue Aug 26, 2015 · 4 comments
Closed

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

wallymathieu opened this issue Aug 26, 2015 · 4 comments

Comments

@wallymathieu
Copy link
Contributor

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

?

@wallymathieu wallymathieu changed the title Be able to pick up on usage of nuget gem Be able to use nuget gem in a simple way Aug 26, 2015
@haf
Copy link
Member

haf commented Aug 26, 2015

@wallymathieu
Copy link
Contributor Author

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

@haf
Copy link
Member

haf commented Aug 30, 2015

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
Copy link
Contributor Author

Forgot to write "closes ..."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants