Itiviti / gradle-nuget-plugin

Executes NuGet from a gradle build
Apache License 2.0
22 stars 29 forks source link

Avoid NPE when parseProject=false #45

Closed ejuste closed 8 years ago

ejuste commented 8 years ago

msbuild task has a boolean called parseProject when set to false, the task does not parse the project file. As a consequence the mainProject property is never set the nugetspec was using the property mainPRoject now, when parsing is disabled, the property is not accessed anymore