DebootstrapSettings.

ExcludePackages Property

Summary

Comma separated list of packages which will be removed from download and extract lists.WARNING: you can and probably will exclude essential packages, be careful using this option.
Assembly
Cake.Debootstrap.dll
Namespace
Cake.Debootstrap
Containing Type
DebootstrapSettings

Syntax

public List<string> ExcludePackages { get; set; }

Value

Type Description
List<string>