Skip to content

add_s_to_availability_date

Jeremy Baker edited this page Apr 19, 2018 · 3 revisions

Description

The add_s_to_availability_date key allows you to input an additional number of seconds to be added to the AvailabilityDate on the default .ampkgprops.

Example Usage:

<key>add_s_to_availability_date</key>
<string>86400</string>

This would add 24 hours to the availability of the package based on the time of the package creation. For example, if a AutoPkg was run at 11PM, the availability of the downloaded package would be set to 11PM on the next day.

Required: False

Clone this wiki locally