You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
?
The text was updated successfully, but these errors were encountered:
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
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
?
The text was updated successfully, but these errors were encountered: