Class: Physique::NugetTasksBuilder

Inherits:
TasksBuilder show all
Defined in:
lib/physique/task_builders/nuget.rb

Instance Attribute Summary

Attributes inherited from TasksBuilder

#solution

Instance Method Summary collapse

Methods inherited from TasksBuilder

#build_tasks_for, build_tasks_for, #ensure_output_location, inherited, #namespace, #to_string_or_symbol

Methods included from ToolLocator

#locate_tool, #lookup_tool, #register_tool, #which

Instance Method Details

#build_tasksObject



31
32
33
# File 'lib/physique/task_builders/nuget.rb', line 31

def build_tasks
  add_restore_task
end