Method: FluentCommandBuilder::NuGet::V21::Install#exclude_version

Defined in:
lib/fluent_command_builder/command_builders/nuget_21.rb

#exclude_version {|@b| ... } ⇒ Object

Yields:

  • (@b)


175
176
177
178
179
# File 'lib/fluent_command_builder/command_builders/nuget_21.rb', line 175

def exclude_version
  @b.append ' -ExcludeVersion'
  yield @b if block_given?
  self
end