NetCoreProject.

IncludeSymbols Property

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