2 implementations of NoDefaultExcludes
NuGet.Build.Tasks.Pack (2)
PackTask.cs (1)
77public bool NoDefaultExcludes { get; set; }
PackTaskRequest.cs (1)
34public bool NoDefaultExcludes { get; set; }
1 reference to NoDefaultExcludes
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
44NoDefaultExcludes = request.NoDefaultExcludes,