MsDeploySettings.

UseCheckSum Property

Summary

This setting is useful when you want to copy only the files whose content has changed, and ignore files that have the same content but different time stamps.
Assembly
Cake.MsDeploy.dll
Namespace
Cake.MsDeploy
Containing Type
MsDeploySettings

Syntax

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

Value

Type Description
Nullable<bool>