interface ReleaseSchedule {
    daysToRelease?: ScheduleDays;
    jobId?: string;
    scheduleOnlyWithChanges?: boolean;
    startHours?: number;
    startMinutes?: number;
    timeZoneId?: string;
}

Properties

daysToRelease?: ScheduleDays

Days of the week to release.

jobId?: string

Team Foundation Job Definition Job Id.

scheduleOnlyWithChanges?: boolean

Flag to determine if this schedule should only release if the associated artifact has been changed or release definition changed.

startHours?: number

Local time zone hour to start.

startMinutes?: number

Local time zone minute to start.

timeZoneId?: string

Time zone Id of release schedule, such as 'UTC'.