1 write to Tags
NuGet.Packaging (1)
PackageCreation\Authoring\PackageBuilder.cs (1)
154Tags = new HashSet<string>();
5 references to Tags
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
164builder.Tags.AddRange(request.Tags);
NuGet.Commands (2)
CommandRunners\PackCommandRunner.cs (2)
629if (builder.Tags.Any()) 631WriteLine("Tags: {0}", string.Join(", ", builder.Tags));
NuGet.Packaging (2)
PackageCreation\Authoring\PackageBuilder.cs (2)
308string IPackageMetadata.Tags => string.Join(" ", Tags); 895Tags.AddRange(ParseTags(metadata.Tags));