1 write to LicenseUrl
Microsoft.DotNet.Build.Tasks.Packaging.Tests (1)
GenerateNuSpecAndPackTests.cs (1)
154
LicenseUrl
= licenseUrl,
3 references to LicenseUrl
Microsoft.DotNet.Build.Tasks.Packaging (3)
GenerateNuSpec.cs (3)
153
if (!string.IsNullOrEmpty(PackageLicenseExpression) && string.IsNullOrEmpty(
LicenseUrl
))
225
else if (!string.IsNullOrEmpty(
LicenseUrl
))
227
manifestMetadata.SetLicenseUrl(
LicenseUrl
);