Skip to content

Commit

Permalink
Fixed issue mxriverlynn#188 with nugetpack
Browse files Browse the repository at this point in the history
  • Loading branch information
bluephlame committed Apr 22, 2012
1 parent 9f90603 commit ff1dcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/albacore/nugetpack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def execute
params = []
params << "pack"
params << "#{nuspec}"
params << "-b #{base_folder}" unless @base_folder.nil?
params << "-BasePath #{base_folder}" unless @base_folder.nil?
params << "-o #{output}" unless @output.nil?

merged_params = params.join(' ')
Expand Down

0 comments on commit ff1dcd5

Please sign in to comment.