This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ProGet.
Summary
Gets or sets a value indicating whether timestamps of installed files should be preserved as in the package.
- Assembly
- Cake
.ProGet .dll - Namespace
- Cake
.ProGet .Universal .Install - Containing Type
- Universal
Package Install Settings
Syntax
public bool PreserveTimestamps { get; set; }
Value
Type | Description |
---|---|
bool |
true if timestamps should be preserved; otherwise, false .
|