2 implementations of Authors
NuGet.Build.Tasks.Pack (2)
PackTask.cs (1)
45
public string[]
Authors
{ get; set; }
PackTaskRequest.cs (1)
16
public string[]
Authors
{ get; set; }
2 references to Authors
NuGet.Build.Tasks.Pack (2)
PackTaskLogic.cs (2)
157
if (request.
Authors
!= null)
159
builder.Authors.AddRange(request.
Authors
);