2 implementations of LicenseUrl
NuGet.Build.Tasks.Pack (2)
PackTask.cs (1)
51public string LicenseUrl { get; set; }
PackTaskRequest.cs (1)
31public string LicenseUrl { get; set; }
2 references to LicenseUrl
NuGet.Build.Tasks.Pack (2)
PackTaskLogic.cs (2)
168if (Uri.TryCreate(request.LicenseUrl, UriKind.Absolute, out tempUri)) 258if (!string.IsNullOrEmpty(request.LicenseUrl))