storage icon indicating copy to clipboard operation
storage copied to clipboard

CI failed with nuget licenseUrl/PackageIconUrl properties (which will be deprecated)

Open iron9light opened this issue 4 years ago • 0 comments

CI will be failed with error below:

 /usr/share/dotnet/sdk/5.0.101/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets#L207

/usr/share/dotnet/sdk/5.0.101/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets(207,5): Error NU5125: The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.

Caused by NU5125, NU5048.

And fix "RepositoryType" (Github -> git) based on this doc

iron9light avatar Jan 12 '21 03:01 iron9light