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