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