JekyllSettings.

DoNotUseBundler Property

Summary

Gets or sets if Bundler should *not* be used to execute Jekyll (defaults to ). `jekyll` instead of `bundle exec`...
Assembly
Cake.Jekyll.dll
Namespace
Cake.Jekyll
Containing Type
JekyllSettings

Syntax

public Nullable<bool> DoNotUseBundler { get; set; }

Value

Type Description
Nullable<bool>