NetCoreProject.

IsTool Property

Summary

dotnet pack: Specifies whether all output files are copied to the tools folder instead of the lib folder. Note that this is different from a DotNetCliTool which is specified by setting the PackageType in the .csproj file.
Assembly
Cake.Incubator.dll
Namespace
Cake.Incubator.Project
Containing Type
NetCoreProject

Syntax

public bool IsTool { get; set; }

Value

Type Description
bool