Method: Physique::PublishNugetsConfig#local_path=
- Defined in:
- lib/physique/task_builders/publish_nugets.rb
#local_path=(value) ⇒ Object (writeonly)
Project files to include
8 9 10 |
# File 'lib/physique/task_builders/publish_nugets.rb', line 8 def local_path=(value) @local_path = value end |