NetCoreProject.

IncludeContentInPack Property

Summary

dotnet pack: This Boolean value specifies whether any items that have a type of Content will be included in the resulting package automatically. The default is true.
Assembly
Cake.Incubator.dll
Namespace
Cake.Incubator.Project
Containing Type
NetCoreProject

Syntax

public bool IncludeContentInPack { get; set; }

Value

Type Description
bool