2 implementations of IncludeSource
NuGet.Build.Tasks.Pack (2)
PackTask.cs (1)
62
public bool
IncludeSource
{ get; set; }
PackTaskRequest.cs (1)
27
public bool
IncludeSource
{ get; set; }
2 references to IncludeSource
NuGet.Build.Tasks.Pack (2)
PackTaskLogic.cs (2)
97
if (request.
IncludeSource
)
100
packArgs.Symbols = request.
IncludeSource
;