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 package should create an additional symbols package when the project is packed.
This package will have a .symbols.nupkg extension and will copy the PDB files along with the DLL and other output files.
- Assembly
- Cake
.Incubator .dll - Namespace
- Cake
.Incubator .Project - Containing Type
- NetCoreProject
Syntax
public bool IncludeSymbols { get; set; }
Value
Type | Description |
---|---|
bool |