DeploySettingsExtensions.

AddSkipRule(DeploySettings, string, string, string, string, string) Method

Summary

Adds a SkipRule.
Assembly
Cake.WebDeploy.dll
Namespace
Cake.WebDeploy
Containing Type
DeploySettingsExtensions

Syntax

public static DeploySettings AddSkipRule(this DeploySettings settings, string name, string skipAction, string objectName, string absolutePath, string xpath = null)

Parameters

Name Type Description
settings DeploySettings The publish settings.
name string The name.
skipAction string The skipAction.
objectName string The objectName.
absolutePath string The absolutePath.
xpath string The xpath.

Return Value

Type Description
DeploySettings The same DeploySettings instance so that multiple calls can be chained.