NetCoreProject.

IncludeSource Property

Summary

dotnet pack: This Boolean value indicates whether the pack process should create a source package. The source package contains the library's source code as well as PDB files. Source files are put under the src/ProjectName directory in the resulting package file.
Assembly
Cake.Incubator.dll
Namespace
Cake.Incubator.Project
Containing Type
NetCoreProject

Syntax

public bool IncludeSource { get; set; }

Value

Type Description
bool