NetCoreProject.

IsPackable Property

Summary

dotnet pack: A Boolean value that specifies whether the project can be packed. The default value is true.
Assembly
Cake.Incubator.dll
Namespace
Cake.Incubator.Project
Containing Type
NetCoreProject

Syntax

public bool IsPackable { get; set; }

Value

Type Description
bool