Method: FluentCommandBuilder::MSDeploy::V71::MSDeploy#app_host_config_dir

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

#app_host_config_dir(path) {|@b| ... } ⇒ Object

Yields:

  • (@b)


32
33
34
35
36
# File 'lib/fluent_command_builder/command_builders/msdeploy_71.rb', line 32

def app_host_config_dir(path)
  @b.append " -appHostConfigDir:#{@b.format path}"
  yield @b if block_given?
  self
end