NuSpecContent.

Exclude Property

Summary

Gets or sets the file or files to exclude. This is usually combined with a wildcard value in the src attribute. The exclude attribute can contain a semi-colon delimited list of files or a file pattern. Using a double wildcard - ** - implies a recursive exclude pattern.
Namespace
Cake.Common.Tools.NuGet.Pack
Containing Type
NuSpecContent

Syntax

public string Exclude { get; set; }

Value

Type Description
string