AppVeyorProject.

SkipBranchesWithoutAppveyorYml Property

Summary

Gets or sets a value indicating whether this AppVeyorProject should skip branches without appveyor yml.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Containing Type
AppVeyorProject

Syntax

public bool SkipBranchesWithoutAppveyorYml { get; set; }

Value

Type Description
bool true if skip branches without appveyor yml; otherwise, false.