Method: FluentCommandBuilder::MSDeploy::V71::MSDeploy#post_sync
- Defined in:
- lib/fluent_command_builder/command_builders/msdeploy_71.rb
#post_sync(command) {|@b| ... } ⇒ Object
82 83 84 85 86 |
# File 'lib/fluent_command_builder/command_builders/msdeploy_71.rb', line 82 def post_sync(command) @b.append " -postSync:#{@b.format command}" yield @b if block_given? self end |