2 writes to Exclude
dotnet (1)
Commands\Pack\PackCommand.cs (1)
107
Exclude
= new List<string>(),
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
639
packArgs.
Exclude
= new HashSet<string>(StringComparer.OrdinalIgnoreCase);
1 reference to Exclude
NuGet.Commands (1)
CommandRunners\PackCommandRunner.cs (1)
682
wildCards = wildCards.Concat(_packArgs.
Exclude
);