lib/physique/solution.rb in physique-0.2.2 vs lib/physique/solution.rb in physique-0.3.0

- old
+ new

@@ -47,10 +47,10 @@ end def opts Map.new({ file: @file, - nuget: @nuget.opts && @nuget.opts, + nuget: @nuget && @nuget.opts, compile: @compilation && @compilation.opts, test: @tests && @tests.opts, migrator: @migrator && @migrator.opts, octopus: @octopus && @octopus.opts, publish_nugets: @publish_nugets && @publish_nugets.opts, \ No newline at end of file