You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a commit 2ead8da that has changed NuGetPack class.
A type of csprojPath field has changed from String to File.
This field is used in getIdFromMsbuildTask method that left unchanged:
Now when there's an msbuild task in the project and I want to take the Id from it I get an exception on line 175: No signature of method: java.io.File.equalsIgnoreCase() is applicable for argument types (String) ...
The text was updated successfully, but these errors were encountered:
There was a commit 2ead8da that has changed NuGetPack class.
A type of
csprojPath
field has changed fromString
toFile
.This field is used in
getIdFromMsbuildTask
method that left unchanged:gradle-nuget-plugin/src/main/groovy/com/ullink/NuGetPack.groovy
Lines 174 to 178 in 045fc69
Now when there's an
msbuild
task in the project and I want to take the Id from it I get an exception on line 175:No signature of method: java.io.File.equalsIgnoreCase() is applicable for argument types (String) ...
The text was updated successfully, but these errors were encountered: