This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Incubator.
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 |