DeploySettingsExtensions.

UseChecksum(DeploySettings, bool) Method

Summary

Sets if deployment compares each file using a checksum value instead of datetime
Assembly
Cake.WebDeploy.dll
Namespace
Cake.WebDeploy
Containing Type
DeploySettingsExtensions

Syntax

public static DeploySettings UseChecksum(this DeploySettings settings, bool useChecksum)

Parameters

Name Type Description
settings DeploySettings The publish settings.
useChecksum bool The useChecksum

Return Value

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