2 implementations of IsTool
NuGet.Build.Tasks.Pack (2)
PackTask.cs (1)
60public bool IsTool { get; set; }
PackTaskRequest.cs (1)
30public bool IsTool { get; set; }
1 reference to IsTool
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
39Tool = request.IsTool,